Tesla Graphics Engine Documentation (January 2012)
Normalize Method (value, result)
TeslaTesla.MathVector3Normalize(Vector3%, 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 void Normalize(
	ref Vector3 value,
	out Vector3 result
)
Parameters
value (Vector3%)
Source vector
result (Vector3%)
Existing vector to hold result

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