The MeshTriangle type exposes the following members.

Constructors

  NameDescription
MeshTriangleOverloaded.

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()()().)

Properties

  NameDescription
MeshEdges
Gets or sets the mesh edges of the triangle.
MeshVertexIndices
Gets or sets the mesh vertex indices.
NormalVector
Gets or sets the normal vector of the mesh triangle.

See Also