Function graphics::math::centroid

source ยท
pub fn centroid<T>(polygon: Polygon<'_, T>) -> Vec2d<T>
where T: Float,
Expand description

Computes centroid of a simple polygon.

A simple polygon is one that does not intersect itself.