Q3Point3D_Vector3D_Subtract
You can use theQ3Point3D_Vector3D_Subtractfunction to subtract a three-dimensional vector from a three-dimensional point.
TQ3Point3D *Q3Point3D_Vector3D_Subtract ( const TQ3Point3D *point3D, const TQ3Vector3D *vector3D, TQ3Point3D *result);
point3D- A three-dimensional point.
vector3D- A three-dimensional vector.
result- On exit, a three-dimensional point that is the result of subtracting
vector3Dfrompoint3D.DESCRIPTION
TheQ3Point3D_Vector3D_Subtractfunction returns, as its function result and in theresultparameter, the three-dimensional point that is the result of subtracting the vectorvector3Dfrom the pointpoint3D.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help