DomeVolume::SetDomeSize
Defined in:
Sets the dome size.
C4Volumes.h
Prototype
void SetDomeSize(const Vector3D& size);
Parameters
size |
The new dome size. |
Description
The SetDomeSize
function sets the physical dimensions of the dome volume to those specified by the size
parameter. The center of the base coincides with the origin, and the three components of the size correspond to the radii along the x, y, and z axes.
See Also