The IndexedTriangle type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVertexIndex
Get the vertex index association with iCorner (which should be 0, 1, or 2)
Public methodGetVertexIndices
Get the indices into the relevant vertex array for this triangle.
Public methodIsEdgeConvex
Has the edge been marked as convex. Same convention for edge numbering as in tTriangle
Public methodIsPointConvex
Has the point been marked as convex. Samve convention for point numbering as in tTriangle
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetEdgeConvex
SetEdgeConvex
Public methodSetPointConvex
SetPointConvex
Public methodSetVertexIndices(Int32, Int32, Int32, array<Vector3>[]()[][])
Set the indices into the relevant vertex array for this triangle. Also sets the plane and bounding box
Public methodSetVertexIndices(Int32, Int32, Int32, List<(Of <<'(Vector3>)>>))
Set the indices into the relevant vertex array for this triangle. Also sets the plane and bounding box
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

See Also