mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-31 20:22:09 +00:00
Return bool from average as is required by the centroid strategy concept, this also improves robustness since false is returned if count == 0. Use std::size_t for counters instead of int in both strategies.