Triangle Constructor
Constructor in Triangle
Declaration
public Triangle(Vector3 v1, Vector3 v2, Vector3 v3)Description
Creates a new triangle with the specified verticies.
Parameters
| v1 | The first vertex of the triangle. |
| v2 | The second vertex of the triangle. |
| v3 | The third vertex of the triangle. |