Tesla Graphics Engine Documentation (January 2012)
Transform Method (value, m)
TeslaTesla.MathVector4Transform(Vector4, Matrix)
Transfroms the specified vector by the matrix.
Declaration Syntax
C#
public static Vector4 Transform(
	Vector4 value,
	Matrix m
)
Parameters
value (Vector4)
Source vector
m (Matrix)
Source matrix
Return Value
Transformed vector

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