xs_vec_len_2d
Syntax
stock Float:xs_vec_len_2d(const Float:vec[])
Usage
| Parameter | Description |
|---|---|
| vec | The vector to compute the length of. |
Description
Computes the length of a 2D vector.
Return
The length of the input vector.
stock Float:xs_vec_len_2d(const Float:vec[])
| Parameter | Description |
|---|---|
| vec | The vector to compute the length of. |
Computes the length of a 2D vector.
The length of the input vector.