geometry/test/algorithms/buffer
Barend Gehrels 6158064410 [buffer] performance optimization: set the center point for buffers around
(multi)points, calculate min/max radius
and (when checking turn w.r.t. piece) check turn distance to center,
in most cases leave early

Including unit test. For multipoint_b_500k this increases performance with
a factor 6 (340 seconds -> 55 seconds)

Note, this is done for buffers around points but could be done for other
geometry types too (using e.g. centroid)
2015-05-13 13:08:22 +02:00
..
data [buffer][test] added unit test using large country multi_polygons 2014-11-12 14:07:19 +01:00
aimes_linestring_buffer.cpp [buffer] major fix: we now create concave helper-pieces differently 2014-11-12 13:59:29 +01:00
country_buffer.cpp Merge branch 'develop' of https://github.com/boostorg/geometry into fix/remove_deprecated_include_paths 2015-03-31 14:30:04 +03:00
Jamfile.v2 [test] Remove bigobj flag from Jamfiles 2015-03-22 22:58:24 +01:00
linestring_buffer.cpp [buffer] add side_of_intersection (still with conditional) 2015-04-08 17:25:53 +02:00
multi_linestring_buffer.cpp [test][buffer] Add failing test for MultiLinestring. 2015-04-10 14:21:30 +02:00
multi_point_buffer.cpp [buffer] performance optimization: set the center point for buffers around 2015-05-13 13:08:22 +02:00
multi_polygon_buffer.cpp [buffer][test] exclude case q2 for new approach. 2015-05-05 16:42:57 +02:00
point_buffer.cpp [buffer][test] test counter clockwise output for (multi)linestrings / points 2014-10-24 15:17:05 +02:00
polygon_buffer.cpp [buffer][test] remove redundant decimals 2015-03-08 18:16:28 +01:00
test_buffer_svg_per_turn.hpp [buffer][test] add option to buffer per turn 2015-05-05 15:59:31 +02:00
test_buffer_svg.hpp [buffer][test] by default turn off labels for within turns 2015-05-05 16:43:23 +02:00
test_buffer.hpp [buffer][test] add option to buffer per turn 2015-05-05 15:59:31 +02:00