Q3Vector2D_Dot
You can use theQ3Vector2D_Dotfunction to determine the dot product of two two-dimensional vectors.
float Q3Vector2D_Dot ( const TQ3Vector2D *v1, const TQ3Vector2D *v2);
v1- A two-dimensional vector.
v2- A two-dimensional vector.
DESCRIPTION
TheQ3Vector2D_Dotfunction returns, as its function result, a floating-point value that is the dot product of the two vectorsv1andv2.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help