This document is archived and information here might be outdated. Recommended version. |
Returns the index of any triangle having the node as one of it's vertices.
[Visual Basic .NET]
Public Function IncidentTriangleIndex ( _
) As Integer
[C#]
public int IncidentTriangleIndex (
);
[C++]
HRESULT IncidentTriangleIndex(
void
);
Returns the index for one of the triangles incident to the node. There is no fixed rule to determine which triangle it will be. You are just assured it will be one that is defined, in part, by the node.