Class index __ Method index __ Mathutils index __ Euler index __ Matrix index __ Quaternion index __ Vector index __ |
normalizenormalize()Note:Normalize works for vectors
of all sizes, however 4D Vectors w axis is left untouched.
Note: Normalizing a vector where
all values are zero results in all axis having a nan value (not a
number).
Normalizes the vector, making the length of the vector always 1.0 Sample
Code
|