Function graphics::math::area

source ·
pub fn area<T>(polygon: Polygon<'_, T>) -> Twhere
    T: Float,
Expand description

Computes area of a simple polygon.

A simple polygon is one that does not intersect itself.