Creates a new AABB and copies all values from this AABB.
AABB clone() { return AABB().copy( this ); }