Describes all object that have a physical extent: they can be enclosed in a sphere of a certain radius

interface HasBoundingSphere {
    getBoundingRadius(): number;
}

Hierarchy (View Summary)

Implemented by

Methods