Tesla Graphics Engine Documentation (January 2012)
Transform Method (value, m, result)
TeslaTesla.MathVector2Transform(Vector2%, Matrix%, Vector2%)
Transforms the 2D vector by the specified transformation matrix.
Declaration Syntax
C#
public static void Transform(
	ref Vector2 value,
	ref Matrix m,
	out Vector2 result
)
Parameters
value (Vector2%)
Source vector
m (Matrix%)
Transformation matrix
result (Vector2%)
Existing vector to hold result

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