Function graphics::math::centroid [] [src]

pub fn centroid<T>(polygon: Polygon<T>) -> Vec2d<T> where
    T: Float, 

Computes centroid of a simple polygon.

A simple polygon is one that does not intersect itself.