stock
xs_vec_sub
Syntax
stock xs_vec_sub(const Float:in1[], const Float:in2[], Float:out[])
Description
Subtracts one vector from another one.
Parameters
| in1 | Vector to subtract from. |
|---|---|
| in2 | Vector to subtract from the first one. |
| out | The output vector. Can be one of the input vectors. |
Return
This function has no return value.