Function nannou::prelude::geom::quad::centroid

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

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