Tesla Graphics Engine Documentation (January 2012)
Triangle Constructor (a, b, c)
TeslaTesla.MathTriangleTriangle(Vector3, Vector3, Vector3)
Creates a new triangle with the three vertex locations.
Declaration Syntax
C#
public Triangle(
	Vector3 a,
	Vector3 b,
	Vector3 c
)
Parameters
a (Vector3)
Point A
b (Vector3)
Point B
c (Vector3)
Point C

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)