|
TriangulatorTriangulate(IListPoint) Method |
Triangulate method triangulates the specified points and creates a list of triangle indices that define the polygon.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static List<int> Triangulate(
IList<Point> points
)
Parameters
- points IListPoint
- List of triangle indices that define the polygon
Return Value
ListInt32List of triangle indices that define the polygon
See Also