Garry's Mod Wiki

Vector:LengthSqr

  number Vector:LengthSqr()

Description

Returns the squared length of the vector, x² + y² + z².

This is faster than Vector:Length as calculating the square root is an expensive process.

Returns

1 number
Squared length of the vector