34 double radius()
const;
35 bool setRadius(
double newRadius);
38 void setCenter(
DtPoint& newCenter);
42 bool testInvariant()
const;
double myRadius
Definition: sphere.h:46
The DtExtent represents an axis-aligned 3d bounding box.
Definition: extent.h:43
#define DT_DLL_geometry
Definition: geometryDefines.h:23
DT_DLL_geometry DtExtent extentOfSphere(const DtSphere &sphere)
Contains the declaration of the DtExtent class.
DtPoint myCenter
Definition: sphere.h:47