Tesla Graphics Engine Documentation (January 2012)
Plane Constructor (a, b, c, d)
TeslaTesla.MathPlanePlane(Single, Single, Single, Single)
Construct a plane from the specified components.
Declaration Syntax
C#
public Plane(
	float a,
	float b,
	float c,
	float d
)
Parameters
a (Single)
X component of the normal
b (Single)
Y component of the normal
c (Single)
Z component of the normal
d (Single)
Plane constant

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