Tesla Graphics Engine Documentation (January 2012)
Transform Method (value, m)
TeslaTesla.MathVector3Transform(Vector3, Matrix)
Transforms the 3D Vector using the specified transformation matrix.
Declaration Syntax
C#
public static Vector3 Transform(
	Vector3 value,
	Matrix m
)
Parameters
value (Vector3)
Source vector
m (Matrix)
Source matrix
Return Value
Transformed vector

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