Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Vector4.sqrMagnitude

var sqrMagnitude: float;
float sqrMagnitude;
sqrMagnitude as 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.