Copies all values from the given AABB to this AABB.
AABB copy(AABB aabb ) { min.copy( aabb.min ); max.copy( aabb.max ); return this; }