ZSBoundingBox Union Reference

Detailed Description

Union representing an axis-aligned bounding box (AABB).

Data Fields

ZSFloat f [6]  
   
struct {
   ZSVector3   lower
  The minimum extent, or back lower left, corner of the bounding box.
   ZSVector3   upper
  The maximum extent, or front upper right, corner of the bounding box.
};