xs_vec_neg
Syntax
stock xs_vec_neg(const Float:vec[], Float:out[])
Usage
| Parameter | Description |
|---|---|
| vec | The vector to negate. |
| out | The output vector. Can be the same as the input vector. |
Description
Negates a vector.
Return
This function has no return value.