Version: 2017.2

Vector2.sqrMagnitude

Cambiar al Manual
public float sqrMagnitude ;

Descripción

Retorna la longitud cuadrada de este vector (Read Only).

Calculating the squared magnitude instead of the magnitude is much faster. Often if you are comparing magnitudes of two vectors you can just compare their squared magnitudes.

See Also: magnitude.