 |
Triangulator.Triangulate(IList<Point>) 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.2.9104.2045
Syntaxpublic static List<int> Triangulate(
IList<Point> points
)
Parameters
- points IList<Point>
- List of triangle indices that define the polygon
Return Value
List<Int32>List of triangle indices that define the polygon
See Also