C4 Engine
C4 Engine API Documentation

class DomeShapeObject

Defined in:  C4Shapes.h
The DomeShapeObject class encapsulates data pertaining to a dome shape.
Definition

class DomeShapeObject : public ShapeObject, public DomeVolume

Constructor

DomeShapeObject(const Vector3D& size);

Parameters
size The size of the dome.
Description
The DomeShapeObject class encapsulates a physics shape that is a dome whose dimensions are specified by the size parameter.
Base Classes
ShapeObject A DomeShapeObject is an object that can be shared by multiple dome shape nodes.
DomeVolume A DomeShapeObject is represented by a generic dome volume.
See Also

DomeShape