Tesla Graphics Engine Documentation (January 2012)
Transform Method (plane, matrix, result)
TeslaTesla.MathPlaneTransform(Plane%, Matrix%, Plane%)
Transforms a normalized plane by a matrix. The Plane MUST be normalized before using this method.
Declaration Syntax
C#
public static void Transform(
	ref Plane plane,
	ref Matrix matrix,
	out Plane result
)
Parameters
plane (Plane%)
Normalized plane
matrix (Matrix%)
Transformation matrix
result (Plane%)
Existing plane to hold result

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