Click or drag to resize

IndexedTriangles Constructor

Initializes a new instance of the IndexedTriangles class.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IndexedTriangles(
	PointD2D[] vertices,
	int[] triangleIndices
)

Parameters

vertices  PointD2D
The vertex positions.
triangleIndices  Int32
The triangle index array (groups of three indices).
See Also