![]() |
VR-Forces 4.0.4 Class Documentation
|
This class is a virtual class that all Extruded circle models must implement. More...

Public Member Functions | |
| DtExtrudedCircleModel (DtDe &de, DtUniqueID id) | |
| Constructor. | |
| ~DtExtrudedCircleModel () | |
| Destructor. | |
| virtual void | setCircleDimensions (double xRadius, double yRadius)=0 |
| Sets the dimension of the circle. | |
| virtual void | setNumSegments (int)=0 |
| Sets the number of segments to use when creating the model. Default is 64. | |
This class is a virtual class that all Extruded circle models must implement.
Constructor.
Destructor.
| virtual void makVrv::DtExtrudedCircleModel::setCircleDimensions | ( | double | xRadius, |
| double | yRadius | ||
| ) | [pure virtual] |
Sets the dimension of the circle.
Implemented in makVrv::DtOsgExtrudedCircleModel.
| virtual void makVrv::DtExtrudedCircleModel::setNumSegments | ( | int | ) | [pure virtual] |
Sets the number of segments to use when creating the model. Default is 64.
Implemented in makVrv::DtOsgExtrudedCircleModel.