Click or drag to resize
AB4D logo

TriangulatorTriangulate(IListPoint) Method

Triangulate method triangulates the specified points and creates a list of triangle indices that define the polygon.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static List<int> Triangulate(
	IList<Point> points
)

Parameters

points  IListPoint
List of triangle indices that define the polygon

Return Value

ListInt32
List of triangle indices that define the polygon
See Also