pub fn triangulate3d_rev(vertices: &Pt3s, normal: Pt3) -> Indices
Expand description

Triangulate a 3D polygon with vertices in CCW order.

vertices: The vertices of the polygon.

normal: The normal of the polygon.

return: An array of indices into the given vertex array.