Computes the cross product of two vectors. Any input array can be the same as the output array.
native void GetVectorCrossProduct(const float vec1[3], const float vec2[3], float result[3])