Q3Point3D_CrossProductTri
You can use theQ3Point3D_CrossProductTrifunction to determine the cross product of the two vectors defined by three three-dimensional points.
TQ3Vector3D *Q3Point3D_CrossProductTri ( const TQ3Point3D *point1, const TQ3Point3D *point2, const TQ3Point3D *point3, TQ3Vector3D *crossVector);
point1- A three-dimensional point.
point2- A three-dimensional point.
point3- A three-dimensional point.
crossVector- On exit, the cross product of the two vectors determined by subtracting
point2frompoint1andpoint3frompoint1.DESCRIPTION
TheQ3Point3D_CrossProductTrifunction returns, as its function result and in thecrossVectorparameter, the cross product of the two vectors determined by subtractingpoint2frompoint1andpoint3frompoint2.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help