mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-31 20:22:09 +00:00
Make the result for invalid geometries more deterministic. Translate back from the origin only if the centroid was calculated properly by the Strategy (strategy.result() returns true). Refactor centroid_indexed_calculator - use default template parameters.