Vector4.sqrMagnitude Manual     Reference     Scripting  
Scripting > Runtime Classes > Vector4
Vector4.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.

See Also: magnitude.