Q3BoundingBox_Copy
You can use theQ3BoundingBox_Copyfunction to make a copy of a bounding box.
TQ3BoundingBox *Q3BoundingBox_Copy ( const TQ3BoundingBox *src, TQ3BoundingBox *dest);
src- A pointer to the bounding box to be copied.
dest- On entry, a pointer to a buffer large enough to hold a bounding box. On exit, a pointer to a copy of the bounding box specified by the
srcparameter.DESCRIPTION
TheQ3BoundingBox_Copyfunction returns, as its function result and in thedestparameter, a copy of the bounding box specified by thesrcparameter.Q3BoundingBox_Copydoes not allocate any memory for the destination bounding box; thedestparameter must point to space allocated in the heap or on the stack before you callQ3BoundingBox_Copy.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help