class DomeShape
Defined in:
The C4Shapes.h
DomeShape
class represents a dome shape node in a world.
Definition
class DomeShape : public Shape
Constructor
DomeShape(const Vector3D& size);
Parameters
size |
The size of the dome. |
Description
The DomeShape
class represents a shape node that is shaped like a dome whose dimensions are specified by the size
parameter.
Base Classes
Shape |
A dome shape is a specific type of shape. |
See Also