I have a set of 3D points that (may) form a concave shape. They are already ordered clockwise. The resulting mesh will be (nearly) planar with some slight height adjustments.
What's the best algorithm for me to use in C# (Unity) to triangulate a mesh out of these points?