Function piston_window::math::centroid

source ·
pub fn centroid<T>(polygon: &[[T; 2]]) -> [T; 2]where
    T: Float,
Expand description

Computes centroid of a simple polygon.

A simple polygon is one that does not intersect itself.