clone method

AABB clone()

Creates a new AABB and copies all values from this AABB.

Implementation

AABB clone() {
	return AABB().copy( this );
}