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.3179.0 (4.8.3179.0)
Syntax
C#
public IndexedTriangles(
	PointD2D[] vertices,
	int[] triangleIndices
)

Parameters

vertices  PointD2D

[Missing <param name="vertices"/> documentation for "M:Altaxo.Drawing.D3D.IndexedTriangles.#ctor(Altaxo.Geometry.PointD2D[],System.Int32[])"]

triangleIndices  Int32

[Missing <param name="triangleIndices"/> documentation for "M:Altaxo.Drawing.D3D.IndexedTriangles.#ctor(Altaxo.Geometry.PointD2D[],System.Int32[])"]

See Also