C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class DomeVolume

Defined in:  C4Volumes.h
The 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);

The constructor has protected access. The DomeVolume class can only exist as a base class for another class.
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.