stock xs_vec_cross(const Float:vec1[], const Float:vec2[], Float:out[])
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. |
Computes the cross product of two vectors.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.