pub fn triangle_indices(n_points: usize) -> TriangleIndices 
Expand description

An iterator yielding indices into a polygon’s vertices required to triangulate the polygon.