Tesla Graphics Engine Documentation (January 2012)
Normalize Method (value)
TeslaTesla.MathVector2Normalize(Vector2)
Normalize the surce vector to a unit vector, which results in a vector with a count of 1 but perserves the direction the vector was pointing in.
Declaration Syntax
C#
public static Vector2 Normalize(
	Vector2 value
)
Parameters
value (Vector2)
Source vector
Return Value
Resulting unit vector

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