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

Public Member Functions | |
| DtOverlayDirectionLineModel (DtDe &de, DtUniqueID id) | |
| Constructor. | |
| virtual | ~DtOverlayDirectionLineModel () |
| Destructor. | |
| virtual void | setDirection (int index, const DtVector &direction)=0 |
| Sets the direction of the line in 3D space, will be normalized. | |
| virtual void | setLength (int index, float length)=0 |
| Sets the length of the line in 2D space. | |
This class is a virtual class that all direction line models must implement.
Constructor.
| virtual makVrv::DtOverlayDirectionLineModel::~DtOverlayDirectionLineModel | ( | ) | [virtual] |
Destructor.
| virtual void makVrv::DtOverlayDirectionLineModel::setDirection | ( | int | index, |
| const DtVector & | direction | ||
| ) | [pure virtual] |
Sets the direction of the line in 3D space, will be normalized.
Implemented in makVrv::DtOsgOverlayDirectionLineModel.
| virtual void makVrv::DtOverlayDirectionLineModel::setLength | ( | int | index, |
| float | length | ||
| ) | [pure virtual] |
Sets the length of the line in 2D space.
Implemented in makVrv::DtOsgOverlayDirectionLineModel.