Computes the cross product of two vectors. Any input array can be the same as the output array.
void GetVectorCrossProduct(const float vec1[3], const float vec2[3], float result[3])
First vector.
Second vector.
Resultant vector.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.