Click or drag to resize
AB4D logo

TriangulatorTriangulate Method

Overload List
 NameDescription
Public methodStatic memberTriangulate(IListPoint) Triangulate method triangulates the specified points and creates a list of triangle indices that define the polygon.
Public methodTriangulate(PointCollection, ListInt32) Triangulate method triangulates the polygons and returns positions and triangle indices that can be used to create a 3D mesh.
Public methodStatic memberTriangulate(IListPoint, PointCollection, ListInt32) Triangulate method triangulates the polygons and returns positions and triangle indices that can be used to create a 3D mesh.
Top
See Also