20 Data Structures
TQ3BoundingBox
data type.
typedef struct TQ3BoundingBox { TQ3Point3D min; TQ3Point3D max; TQ3Boolean isEmpty; } TQ3BoundingBox;min
The lower-left corner of the bounding box.max
The upper-right corner of the bounding box.isEmpty
A Boolean value that specifies whether the bounding box is empty (kQ3True
) or not (kQ3False
). If this field contains the valuekQ3True
, the other field of this structure are invalid.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker