AABB
Represents the “axis-aligned bounding box” for the object. These coordinates form a box with the minimum corner at (left, bottom, near) and the maximum corner at (right, top, far). Together this can be used to ascertain the size of the bounding box.
Property | Description |
---|---|
max |
The Vec3 {right, top, far} maximum value of the AABB. |
min |
The Vec3 {left, bottom, near} minimum value of the AABB. |
max
The Vec3 {right, top, far} maximum value of the AABB.
min
The Vec3 {left, bottom, near} minimum value of the AABB.