FDelaunay2::Triangulate

Triangulate a polygon, and optionally pass back the resulting triangles Uses a winding-number-based fill mode, and relies on the general polygon having correct orientations (Uses [TGeneralPolygon2](API\Runtime\GeometryCore\CompGeom\TGeneralPolygon2)'s OuterIsClockwise() to automatically choose between positive or negative winding) Note: TrianglesOut may be empty or incomplete if the input is self-intersecting.