[This is preliminary documentation and is subject to change.]
The Triangle type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Triangle | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| ClassifyTriangle | Overloaded. | |
| 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.) | |
| GetEdgeIntersection | Overloaded. | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetTriangleNormal | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Render |
This si a design/time triangle renderer
| |
| SplitTriangle |
Split this triangle using a second triangle as the potential split plane
| |
| ToString | (Overrides ValueType..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| Equality | ||
| Inequality |
Fields
| Name | Description | |
|---|---|---|
| internalcolor | ||
| V1 | ||
| V2 | ||
| V3 |
Properties
| Name | Description | |
|---|---|---|
| Item |