This document is archived and information here might be outdated. Recommended version. |
Gets right triangle index of the specified edge.
[Visual Basic .NET]
Public Function GetRightTriangleIndex ( _
ByVal edgeIndex As Integer _
) As Integer
[C#]
public int GetRightTriangleIndex (
int edgeIndex
);
[C++]
HRESULT GetRightTriangleIndex(
long edgeIndex
);
[C++] Parameters edgeIndex [in]
edgeIndex is a parameter of type long
Returns the index of the triangle on the right side of the specified edge. Note that edges of triangles are ordered clockwise.