Click or drag to resize
AB4D logo

Triangulator(IListPoint, Boolean) Constructor

Constructor with multiple polygons (polygons are automatically classified as holes and outer polygons). The holes are identified by the orientation of positions (clockwise or anti-clockwise) that is different from the orientation of positions in the outer polygons.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Triangulator(
	IList<Point>[] polygons,
	bool isYAxisUp = true
)

Parameters

polygons  IListPoint
array of polygon; each defined by a list of positions
isYAxisUp  Boolean  (Optional)
Optional Boolean that specifies if Y axis is pointing up (true by default). This affects the value of IsClockwise property.
See Also