Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "vlen"

From Quake Wiki

(Created page with "====Syntax:==== <code>float vlen(vector vec)</code> Gets the length of a vector ====Parameters:==== :<code>vec</code> - The vector to measure ====Returns:==== :Returns the le...")
(No difference)

Revision as of 01:05, 25 March 2013

Syntax:

float vlen(vector vec)

Gets the length of a vector

Parameters:

vec - The vector to measure

Returns:

Returns the length of the vector.