A bounding sphere is a sphere that completely encloses an object. A bounding sphere is defined by the TQ3BoundingSphere data type.
typedef struct TQ3BoundingSphere {
TQ3Point3D origin;
float radius;
TQ3Boolean isEmpty;
} TQ3BoundingSphere;