Tesla Graphics Engine Documentation (January 2012)
Plane Constructor (p1, p2, p3)
TeslaTesla.MathPlanePlane(Vector3, Vector3, Vector3)
Construct a plane from three points.
Declaration Syntax
C#
public Plane(
	Vector3 p1,
	Vector3 p2,
	Vector3 p3
)
Parameters
p1 (Vector3)
First position
p2 (Vector3)
Second position
p3 (Vector3)
Third position

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