triangulate3d

Function triangulate3d 

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

Triangulate a 3D polygon

vertices: The vertices of the polygon.

normal: The normal of the polygon.

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