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

pub fn vertices<V>(quad: Quad<V>) -> Vertices<V>

Notable traits for Vertices<V>

impl<V> Iterator for Vertices<V> where
    V: Clone
type Item = V;

Produce an iterator yielding each vertex in the given Quad.