Triangle Constructor

Constructor in Triangle

Declaration

public Triangle(Vector3 v1, Vector3 v2, Vector3 v3)

Description

Creates a new triangle with the specified verticies.

Parameters

v1The first vertex of the triangle.
v2The second vertex of the triangle.
v3The third vertex of the triangle.