IndexedTriangles Constructor |
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IndexedTriangles(
PointD2D[] vertices,
int[] triangleIndices
)
Parameters
- vertices PointD2D
- The vertex positions.
- triangleIndices Int32
- The triangle index array (groups of three indices).
See Also