C4 Engine
C4 Engine API Documentation

class DomeShape

Defined in:  C4Shapes.h
The 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

DomeShapeObject