pub fn triangulate3d(vertices: &Pt3s, normal: Pt3) -> Indices
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.