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

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
Triangle ITriangleMesh.GetTriangle(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Triangle
The triangle with the given index.

Implements

ITriangleMeshGetTriangle(Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
See Also