World Manager
C4Primitives.h

class DomeGeometryObject

The DomeGeometryObject class encapsulates data pertaining to a dome primitive.
Definition

class DomeGeometryObject : public PrimitiveGeometryObject

Member Functions
DomeGeometryObject::GetDomeSize Returns the dome size.
DomeGeometryObject::SetDomeSize Sets the dome size.
Constructor

DomeGeometryObject(const Vector3D& size);

Parameters
size The size of the dome.
Description
Base Classes
PrimitiveGeometryObject A DomeGeometryObject is an object that can be shared by multiple dome geometry nodes.
See Also
DomeGeometry