pub fn triangulate2d_rev(vertices: &Pt2s) -> Indices
Triangulate a 2D polygon with vertices in CCW order.
vertices: The vertices of the polygon.
return: An array of indices into the given vertex array.