Q3Param2D_Vector2D_Subtract
You can use theQ3Param2D_Vector2D_Subtractfunction to subtract a two-dimensional vector from a two-dimensional parametric point.
TQ3Param2D *Q3Param2D_Vector2D_Subtract ( const TQ3Param2D *param2D, const TQ3Vector2D *vector2D, TQ3Param2D *result);
param2D- A two-dimensional parametric point.
vector2D- A two-dimensional vector.
result- On exit, a two-dimensional parametric point that is the result of subtracting
vector2Dfromparam2D.DESCRIPTION
TheQ3Param2D_Vector2D_Subtractfunction returns, as its function result and in theresultparameter, the two-dimensional parametric point that is the result of subtracting the vectorvector2Dfrom the pointparam2D.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help