Q3Vector2D_Cross
You can use theQ3Vector2D_Crossfunction to determine the cross product of two two-dimensional vectors.
float Q3Vector2D_Cross ( const TQ3Vector2D *v1, const TQ3Vector2D *v2);
v1- A two-dimensional vector.
v2- A two-dimensional vector.
DESCRIPTION
TheQ3Vector2D_Crossfunction returns, as its function result, the cross product of the vectorsv1andv2.