clone method
Creates a new bounding sphere and copies all values from this bounding sphere.
Implementation
BoundingSphere clone() {
return BoundingSphere().copy( this );
}
Creates a new bounding sphere and copies all values from this bounding sphere.
BoundingSphere clone() {
return BoundingSphere().copy( this );
}