Function nannou_core::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;
Expand description

Produce an iterator yielding each vertex in the given Quad.