The TinSurfaceTriangle type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from TinSurfaceObject.) | |
| Equals | (Inherited from TinSurfaceObject.) | |
| GetHashCode | (Inherited from TinSurfaceObject.) |
Properties
| Name | Description | |
|---|---|---|
| Edge1 |
Gets the first edge of the triangle.
| |
| Edge2 |
Gets the second edge of the triangle.
| |
| Edge3 |
Gets the third edge of the triangle.
| |
| IsValid |
Gets whether the object is valid.
(Inherited from TinSurfaceObject.) | |
| IsVisible |
Gets whether the triangle is visible.
| |
| Surface |
Gets the parent Surface to which the object belongs.
(Inherited from TinSurfaceObject.) | |
| Vertex1 |
Gets the first vertex in the triangle.
| |
| Vertex2 |
Gets the second vertex in the triangle.
| |
| Vertex3 |
Gets the third vertex in the triangle.
|