SphereVolume::GetSphereSize
Defined in:
Returns the sphere size.
C4Volumes.h
Prototype
const Vector3D& GetSphereSize(void) const;
Description
The GetSphereSize
function returns a 3D vector containing the physical dimensions of the sphere volume. The center of the sphere coincides with the origin, and the three components of the size correspond to the radii along the x, y, and z axes.
See Also