clone method

BoundingSphere clone()

Creates a new bounding sphere and copies all values from this bounding sphere.

Implementation

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