Tesla Graphics Engine Documentation (January 2012)
Transform Method (plane, q)
TeslaTesla.MathPlaneTransform(Plane, Quaternion)
Transforms a normalized plane by a rotation quaternion. The Plane MUST be normalized before using this method.
Declaration Syntax
C#
public static Plane Transform(
	Plane plane,
	Quaternion q
)
Parameters
plane (Plane)
Normalized plane
q (Quaternion)
Rotation quaternion
Return Value
Rotated plane

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