Tesla Graphics Engine Documentation (January 2012)
Transform Method (value, m, result)
TeslaTesla.MathVector3Transform(Vector3%, Matrix%, Vector3%)
Transforms the 3D Vector using the specified transformation matrix.
Declaration Syntax
C#
public static void Transform(
	ref Vector3 value,
	ref Matrix m,
	out Vector3 result
)
Parameters
value (Vector3%)
Source vector
m (Matrix%)
Source matrix
result (Vector3%)
Existing vector to hold result

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