Click or drag to resize
DigitalRuneITriangleMeshGetTriangle Method
Gets the triangle with the given index.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
Triangle GetTriangle(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Triangle
The triangle with the given index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
See Also