Q3BoundingBox_Union
You can use theQ3BoundingBox_Unionfunction to find the union of two bounding boxes.
TQ3BoundingBox *Q3BoundingBox_Union ( const TQ3BoundingBox *v1, const TQ3BoundingBox *v2, TQ3BoundingBox *result);
v1- A pointer to a bounding box.
v2- A pointer to a bounding box.
result- On exit, a pointer to the union of the bounding boxes
v1andv2.DESCRIPTION
TheQ3BoundingBox_Unionfunction returns, as its function result and in theresultparameter, a pointer to the bounding box that is the union of the two bounding boxes specified by the parametersv1andv2. Theresultparameter can point to the memory occupied by eitherv1orv2, thereby performing the union operation in place.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help