public void Normalize ();

Descripción

Hace que este vector tenga una magnitude de 1.

Note that this function will change the current vector. If you want to keep the current vector unchanged, use normalized variable.

Si este vector es muy pequeño para ser normalizado se establecerá a cero.

Mirar también: Variable normalized.