Q3Point2D_Vector2D_Add
You can use theQ3Point2D_Vector2D_Addfunction to add a two-dimensional vector to a two-dimensional point.
TQ3Point2D *Q3Point2D_Vector2D_Add ( const TQ3Point2D *point2D, const TQ3Vector2D *vector2D, TQ3Point2D *result);
point2D- A two-dimensional point.
vector2D- A two-dimensional vector.
result- On exit, a two-dimensional point that is the result of adding
vector2Dtopoint2D.DESCRIPTION
TheQ3Point2D_Vector2D_Addfunction returns, as its function result and in theresultparameter, the two-dimensional point that is the result of adding the vectorvector2Dto the pointpoint2D.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help