OpenSceneGraph 2.8.4
|
Command for rotation in 3D. More...
Public Member Functions | |
Rotate3DCommand () | |
virtual bool | execute () |
Execute the command. | |
virtual bool | unexecute () |
Undo the command. | |
virtual void | applyConstraint (const Constraint *) |
Apply a constraint to the command. | |
void | setRotation (const osg::Quat &rotation) |
const osg::Quat & | getRotation () const |
virtual osg::Matrix | getMotionMatrix () const |
Gets the matrix for transforming the Selection. | |
Protected Member Functions | |
virtual | ~Rotate3DCommand () |
Command for rotation in 3D.
osgManipulator::Rotate3DCommand::Rotate3DCommand | ( | ) |
virtual osgManipulator::Rotate3DCommand::~Rotate3DCommand | ( | ) | [protected, virtual] |
virtual void osgManipulator::Rotate3DCommand::applyConstraint | ( | const Constraint * | ) | [virtual] |
Apply a constraint to the command.
Implements osgManipulator::MotionCommand.
virtual bool osgManipulator::Rotate3DCommand::execute | ( | ) | [virtual] |
Execute the command.
Implements osgManipulator::MotionCommand.
virtual osg::Matrix osgManipulator::Rotate3DCommand::getMotionMatrix | ( | ) | const [inline, virtual] |
Gets the matrix for transforming the Selection.
This matrix is in the command's coordinate systems.
Implements osgManipulator::MotionCommand.
References osg::Matrixd::rotate().
const osg::Quat& osgManipulator::Rotate3DCommand::getRotation | ( | ) | const [inline] |
void osgManipulator::Rotate3DCommand::setRotation | ( | const osg::Quat & | rotation | ) | [inline] |
virtual bool osgManipulator::Rotate3DCommand::unexecute | ( | ) | [virtual] |
Undo the command.
The inverse of this command is executed.
Implements osgManipulator::MotionCommand.
![]() | Generated at Sun Jan 8 2012 13:16:45 for the OpenSceneGraph by doxygen 1.7.4. |