Garry's Mod Wiki

Vector:Length2D

  number Vector:Length2D()

Description

Returns the length of the vector in two dimensions, without the Z axis.

This is a relatively expensive process since it uses the square root. It is recommended that you use Vector:Length2DSqr whenever possible.

Returns

1 number
Length of the vector in two dimensions, √(x² + y²)