mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-12 05:51:47 +00:00
(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)