C4 Engine
C4 Engine API Documentation

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);

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.