Click or drag to resize

FontManager3DGetTriangles Method

Triangulates the specified polygons and returns the resulting polygons with triangle data.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static List<Polygon> GetTriangles(
	IList<PolygonClosedD2D> polygons
)

Parameters

polygons  IListPolygonClosedD2D
The polygons to triangulate.

Return Value

ListPolygon
The triangulated polygons.
See Also