The MeshTriangle type exposes the following members.

Methods

  NameDescription
CompareTo
The standard comparer. Sorts mesh triangles in a list ascending with respect to the vetex index values.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetAdjacentTriangles
Gets the mesh triangles adjacent to this mesh triangle.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HasVertex
Tests if the mesh triangle has a specific vertex index.
IsDegenerate
Tests if this mesh triangle is degenerate, false otherwise.
ToString
Gets the mesh triangle in textual form.
(Overrides Object..::.ToString()()().)

See Also