The lower bound of the bounding box
The upper bound of the bounding box
Clone an AABB
Returns true if the given AABB is fully contained in this AABB.
Extend this AABB so that it covers the given AABB too.
Returns true if the given AABB overlaps this AABB.
Check if the AABB is hit by a ray.
Set the AABB bounds from a set of points.
An array of Vec3's.
The self object
Axis aligned bounding box class.