pub fn triangle_indices(n_points: usize) -> TriangleIndices ⓘExpand description
An iterator yielding indices into a polygon’s vertices required to triangulate the polygon.
pub fn triangle_indices(n_points: usize) -> TriangleIndices ⓘAn iterator yielding indices into a polygon’s vertices required to triangulate the polygon.