GetVectorVectors
Returns direction vectors from a vector.
native void GetVectorVectors(const float vec[3], float right[3], float up[3])
Parameters
const float[3] vec
Vector.
float[3] right
Right vector buffer or NULL_VECTOR.
float[3] up
Up vector buffer or NULL_VECTOR.
Return Value
void