SphereVolume::SetSphereSize
Defined in:
Sets the sphere size.
C4Volumes.h
Prototype
void SetSphereSize(const Vector3D& size);
Parameters
size |
The new sphere size. |
Description
The SetSphereSize
function sets the physical dimensions of the sphere volume to those specified by the size
parameter. 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