Copy bounds from an AABB to this AABB aabb Source to copy from return this object, for chainability
aabb
AABB copy(AABB aabb) { lowerBound.setFrom(aabb.lowerBound); upperBound.setFrom(aabb.upperBound); return this; }