clone method

OBB clone()

Creates a OBB and copies all values from this OBB.

Implementation

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