Vector2.sqrMagnitude Manual     Reference     Scripting  
Scripting > Runtime Classes > Vector2
Vector2.sqrMagnitude

var sqrMagnitude : float

Description

Returns the squared length of this 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.