Tesla Graphics Engine Documentation (January 2012)
Transform Method (value, m)
TeslaTesla.MathVector2Transform(Vector2, Matrix)
Transforms the 2D vector by the specified transformation matrix.
Declaration Syntax
C#
public static Vector2 Transform(
	Vector2 value,
	Matrix m
)
Parameters
value (Vector2)
Source vector
m (Matrix)
Transformation matrix
Return Value
Transformed vector

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