pub fn triangles_iter<V>(points: &Quad<V>) -> Triangles<V> 
where V: Vertex,
Expand description

The same as triangles but provided as an Iterator.