Q3Vector2D_To3D
You can use theQ3Vector2D_To3Dfunction to convert a two-dimensional vector to a three-dimensional vector.
TQ3Vector3D *Q3Vector2D_To3D ( const TQ3Vector2D *vector2D, TQ3Vector3D *result);
vector2D- A two-dimensional vector.
result- On exit, a three-dimensional vector.
DESCRIPTION
TheQ3Vector2D_To3Dfunction returns, as its function result and in theresultparameter, the three-dimensional vector that corresponds to the two-dimensional vectorvector2D.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help