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

pub fn centroid<V>(quad: &Quad<V>) -> V where
    V: EuclideanSpace

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