public Vector4 normalized ;

Descripción

Retorna este vector con una magnitude de 1 (Read Only).

Note that the current vector is unchanged and a new normalized vector is returned. If you want to normalize the current vector, use Normalize method.

Si el vector es muy pequeño para ser normalizado un vector cero será retornado.

See Also: Normalize method.