Triangle Constructor |
| Name | Description | |
|---|---|---|
| Triangle(TriangleF) |
Constructs a triangle with another specified TriangleF object.
| |
| Triangle(Vector3, Vector3, Vector3) |
Constructs a triangle with the given A, B and C components.
|