Q3Param2D_Subtract
You can use theQ3Param2D_Subtractfunction to subtract one two-dimensional parametric point from another.
TQ3Vector2D *Q3Param2D_Subtract ( const TQ3Param2D *p1, const TQ3Param2D *p2, TQ3Vector2D *result);
p1- A two-dimensional parametric point.
p2- A two-dimensional parametric point.
result- On exit, a two-dimensional vector that is the result of subtracting the parametric point
p2fromp1.DESCRIPTION
TheQ3Param2D_Subtractfunction returns, as its function result and in theresultparameter, the two-dimensional vector that is the result of subtracting the parametric pointp2fromp1.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help