Tesla Graphics Engine Documentation (January 2012)
Plane Constructor (n, d)
TeslaTesla.MathPlanePlane(Vector3, Single)
Construct a plane from the specified normal and D values.
Declaration Syntax
C#
public Plane(
	Vector3 n,
	float d
)
Parameters
n (Vector3)
Normal vector
d (Single)
Plane constant

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