FontManager3DGetTriangles Method |
Triangulates the specified polygons and returns the resulting polygons with triangle data.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static List<Polygon> GetTriangles(
IList<PolygonClosedD2D> polygons
)
Parameters
- polygons IListPolygonClosedD2D
- The polygons to triangulate.
Return Value
ListPolygonThe triangulated polygons.
See Also