Function nannou::prelude::geom::quad::centroid[][src]

pub fn centroid<V>(quad: &Quad<V>) -> V where
    V: Average
Expand description

Produce the centroid of the quad, aka the “mean”/“average” vertex.