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