Contents
3D bounding sphere.
#include <imodel3d.h> struct BoundingSphere3D { // fields PointF3D origin; float radius = 0; // methods bool isValid () const; };