Tesla Graphics Engine Documentation (January 2012)
Set Method (a, b, c)
TeslaTesla.MathTriangleSet(Vector3, Vector3, Vector3)
Sets the three vertex locations of the triangle.
Declaration Syntax
C#
public void Set(
	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)