<Code Lib>
M

TriangulatedShellComponent.GetTriangle

Description:
Returns the triangle corresponding to the given index.

public TriangleInShellComponent GetTriangle(
	int triangleIndex
)

  • triangleIndex
    The index of the triangle (between 0 and TriangleCount-1, inclusive).
Return Value The triangle. The triangle.

Loading…