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 Oct 9, 2024
1 parent b8e5d79 commit a62691c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/geometry
Submodule geometry updated 49 files
+1 −0 include/boost/geometry/algorithms/convert.hpp
+3 −7 include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp
+6 −7 include/boost/geometry/algorithms/detail/centroid/translating_transformer.hpp
+2 −2 include/boost/geometry/algorithms/detail/disjoint/linear_areal.hpp
+1 −1 include/boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp
+1 −1 include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp
+4 −4 include/boost/geometry/algorithms/detail/equals/interface.hpp
+3 −3 include/boost/geometry/algorithms/detail/extreme_points.hpp
+0 −1 include/boost/geometry/algorithms/detail/for_each_range.hpp
+2 −1 include/boost/geometry/algorithms/detail/overlay/get_turns.hpp
+8 −7 include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp
+2 −5 include/boost/geometry/algorithms/detail/sections/section_functions.hpp
+4 −7 include/boost/geometry/algorithms/detail/sections/sectionalize.hpp
+4 −4 include/boost/geometry/algorithms/detail/touches/interface.hpp
+2 −25 include/boost/geometry/algorithms/detail/tupled_output.hpp
+0 −1 include/boost/geometry/algorithms/detail/within/multi_point.hpp
+6 −12 include/boost/geometry/algorithms/difference.hpp
+6 −6 include/boost/geometry/algorithms/dispatch/closest_points.hpp
+6 −6 include/boost/geometry/algorithms/dispatch/disjoint.hpp
+6 −6 include/boost/geometry/algorithms/dispatch/distance.hpp
+1 −1 include/boost/geometry/algorithms/for_each.hpp
+1 −6 include/boost/geometry/algorithms/num_geometries.hpp
+1 −4 include/boost/geometry/algorithms/num_points.hpp
+3 −3 include/boost/geometry/algorithms/point_on_surface.hpp
+3 −3 include/boost/geometry/algorithms/remove_spikes.hpp
+10 −12 include/boost/geometry/algorithms/sym_difference.hpp
+4 −4 include/boost/geometry/algorithms/transform.hpp
+10 −17 include/boost/geometry/algorithms/union.hpp
+55 −0 include/boost/geometry/core/primary_single_tag.hpp
+0 −1 include/boost/geometry/core/tag_cast.hpp
+1 −1 include/boost/geometry/geometries/helper_geometry.hpp
+3 −3 include/boost/geometry/io/dsv/write.hpp
+1 −5 include/boost/geometry/io/svg/svg_mapper.hpp
+1 −1 include/boost/geometry/strategies/agnostic/point_in_point.hpp
+3 −3 include/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp
+3 −10 include/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp
+2 −2 include/boost/geometry/strategies/compare.hpp
+3 −3 include/boost/geometry/strategies/concepts/within_concept.hpp
+1 −1 include/boost/geometry/strategies/convex_hull.hpp
+12 −12 include/boost/geometry/strategies/covered_by.hpp
+4 −4 include/boost/geometry/strategies/disjoint.hpp
+2 −2 include/boost/geometry/strategies/distance.hpp
+2 −10 include/boost/geometry/strategies/normalize.hpp
+14 −14 include/boost/geometry/strategies/within.hpp
+1 −4 include/boost/geometry/strategy/relate.hpp
+1 −1 include/boost/geometry/strategy/spherical/envelope_segment.hpp
+1 −1 include/boost/geometry/strategy/spherical/expand_point.hpp
+2 −12 test/algorithms/distance/distance_brute_force.hpp
+2 −2 test/util/is_implemented.cpp

0 comments on commit a62691c

Please sign in to comment.