Function nannou_core::geom::quad::triangles_iter
source · pub fn triangles_iter<V>(points: &Quad<V>) -> Triangles<V> ⓘwhere
V: Vertex,Expand description
The same as triangles but provided as an Iterator.
pub fn triangles_iter<V>(points: &Quad<V>) -> Triangles<V> ⓘwhere
V: Vertex,The same as triangles but provided as an Iterator.