Skip to content

Commit

Permalink
Update geometry from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed Nov 13, 2024
1 parent 00765c4 commit a3cd898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/geometry
Submodule geometry updated 36 files
+3 −3 include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp
+2 −2 include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp
+20 −20 include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp
+1 −1 include/boost/geometry/algorithms/detail/buffer/buffered_ring.hpp
+6 −7 include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp
+1 −1 include/boost/geometry/algorithms/detail/buffer/implementation.hpp
+1 −1 include/boost/geometry/algorithms/detail/buffer/piece_border.hpp
+12 −12 include/boost/geometry/algorithms/detail/intersection/areal_areal.hpp
+5 −5 include/boost/geometry/algorithms/detail/intersection/interface.hpp
+1 −1 include/boost/geometry/algorithms/detail/overlay/add_rings.hpp
+1 −1 include/boost/geometry/algorithms/detail/overlay/assign_parents.hpp
+2 −2 include/boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp
+2 −2 include/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp
+8 −8 include/boost/geometry/algorithms/detail/overlay/follow.hpp
+15 −15 include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp
+11 −11 include/boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp
+2 −2 include/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp
+1 −1 include/boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp
+9 −9 include/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp
+3 −3 include/boost/geometry/algorithms/detail/overlay/get_turn_info_la.hpp
+2 −2 include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp
+15 −13 include/boost/geometry/algorithms/detail/overlay/get_turns.hpp
+7 −8 include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp
+15 −15 include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp
+1 −1 include/boost/geometry/algorithms/detail/overlay/less_by_segment_ratio.hpp
+3 −3 include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp
+1 −1 include/boost/geometry/algorithms/detail/overlay/needs_self_turns.hpp
+2 −2 include/boost/geometry/algorithms/detail/overlay/overlay.hpp
+2 −2 include/boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp
+4 −4 include/boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp
+3 −3 include/boost/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp
+2 −2 include/boost/geometry/algorithms/detail/overlay/range_in_geometry.hpp
+2 −2 include/boost/geometry/algorithms/detail/overlay/ring_properties.hpp
+1 −1 include/boost/geometry/algorithms/detail/overlay/select_rings.hpp
+5 −5 include/boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp
+6 −6 include/boost/geometry/algorithms/detail/overlay/turn_info.hpp

0 comments on commit a3cd898

Please sign in to comment.