Tesla Graphics Engine Documentation (January 2012)
Normalize Method (value)
TeslaTesla.MathVector3Normalize(Vector3)
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 Vector3 Normalize(
	Vector3 value
)
Parameters
value (Vector3)
Source vector
Return Value
Resulting unit vector

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