| Triangle Constructor |
| Name | Description | |
|---|---|---|
| Triangle(TriangleShape) |
Initializes a new instance of Triangle from a TriangleShape.
| |
| Triangle(Vector3F, Vector3F, Vector3F) |
Initializes a new instance of Triangle from three points.
|