xs_vec_cross
Syntax
stock xs_vec_cross(const Float:vec1[], const Float:vec2[], Float:out[])
Usage
| Parameter | Description |
|---|---|
| vec1 | The first vector operand of the cross operation. |
| vec2 | The second vector operand of the cross operation. |
| out | The output vector. *Can't* be one of the input vectors. |
Description
Computes the cross product of two vectors.
Return
This function has no return value.