Tesla Graphics Engine Documentation (January 2012)
Transform Method (plane, matrix)
TeslaTesla.MathPlaneTransform(Plane, Matrix)
Transforms a normalized plane by a matrix. The Plane MUST be normalized before using this method.
Declaration Syntax
C#
public static Plane Transform(
	Plane plane,
	Matrix matrix
)
Parameters
plane (Plane)
Normalized plane
matrix (Matrix)
Transformation matrix
Return Value
Transformed plane

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