The IndexedTriangle type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetVertexIndex |
Get the vertex index association with iCorner (which should be 0, 1, or 2)
|
![]() | GetVertexIndices |
Get the indices into the relevant vertex array for this triangle.
|
![]() | IsEdgeConvex |
Has the edge been marked as convex. Same convention for edge numbering as in tTriangle
|
![]() | IsPointConvex |
Has the point been marked as convex. Samve convention for point numbering as in tTriangle
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | SetEdgeConvex |
SetEdgeConvex
|
![]() | SetPointConvex |
SetPointConvex
|
![]() | SetVertexIndices(Int32, Int32, Int32, array<Vector3>[]()[][]) |
Set the indices into the relevant vertex array for this
triangle. Also sets the plane and bounding box
|
![]() | SetVertexIndices(Int32, Int32, Int32, List<(Of <<'(Vector3>)>>)) |
Set the indices into the relevant vertex array for this
triangle. Also sets the plane and bounding box
|
![]() | ToString |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |