class DomeVolume
Defined in:
The C4Volumes.h
DomeVolume
class encapsulates data pertaining to a generic dome volume.
Definition
class DomeVolume : public Volume
Member Functions
DomeVolume::GetDomeSize |
Returns the dome size. |
DomeVolume::SetDomeSize |
Sets the dome size. |
Constructor
DomeVolume(const Vector3D& size);
Parameters
size |
The size of the dome. |
Description
The DomeVolume
class encapsulates the physical dimensions of a generic dome volume and functionality that is used by various subclasses throughout the engine.The center of the base coincides with the origin, and the three components of the
size
parameter correspond to the radii along the x, y, and z axes.
Base Classes
Volume |
A DomeVolume is a generic volume.
|