![]() |
VR-Forces 4.0.4 Class Documentation
|
The circle vertex manipulation handler class. More...

Public Member Functions | |
| DtVrfCircleVertexManipulationHandler (makVrv::DtDe &de) | |
| virtual | ~DtVrfCircleVertexManipulationHandler () |
| virtual DtVector | vertexPosition (DtEnvironmentalFacadeCollection *iFace, int index) const |
| Return the vertex position at the specified index correctly rotated by circle orientation. | |
| virtual void | setLocation (int index, const DtVector &location, bool resetOrigin) |
| Overridden to rework given point to account for radius and orientation. | |
The circle vertex manipulation handler class.
Will allow the setting of X or Y radius depending on vertext selected
| makVrf::DtVrfCircleVertexManipulationHandler::DtVrfCircleVertexManipulationHandler | ( | makVrv::DtDe & | de | ) |
| virtual makVrf::DtVrfCircleVertexManipulationHandler::~DtVrfCircleVertexManipulationHandler | ( | ) | [virtual] |
| virtual DtVector makVrf::DtVrfCircleVertexManipulationHandler::vertexPosition | ( | DtEnvironmentalFacadeCollection * | iFace, |
| int | index | ||
| ) | const [virtual] |
Return the vertex position at the specified index correctly rotated by circle orientation.
Reimplemented from makVrf::DtVrfVertexManipulationHandler< DtVrfCircleManipulationHandler >.
| virtual void makVrf::DtVrfCircleVertexManipulationHandler::setLocation | ( | int | index, |
| const DtVector & | location, | ||
| bool | resetOrigin | ||
| ) | [virtual] |
Overridden to rework given point to account for radius and orientation.
Reimplemented from makVrf::DtVrfCircleManipulationHandler.