
Public Member Functions | |
| Scale2DCommand () | |
| virtual bool | execute () |
| Execute the command. | |
| virtual bool | unexecute () |
| Undo the command. | |
| virtual void | applyConstraint (const Constraint *) |
| Apply a constraint to the command. | |
| void | setScale (const osg::Vec2 &s) |
| const osg::Vec2 & | getScale () const |
| void | setScaleCenter (const osg::Vec2 ¢er) |
| const osg::Vec2 & | getScaleCenter () const |
| void | setReferencePoint (const osg::Vec2 &rp) |
| ReferencePoint is used only for snapping. | |
| const osg::Vec2 & | getReferencePoint () const |
| void | setMinScale (const osg::Vec2 &min) |
| const osg::Vec2 & | getMinScale () const |
| virtual osg::Matrix | getMotionMatrix () const |
| Gets the matrix for transforming the Selection. | |
Protected Member Functions | |
| virtual | ~Scale2DCommand () |
| osgManipulator::Scale2DCommand::Scale2DCommand | ( | ) |
| virtual osgManipulator::Scale2DCommand::~Scale2DCommand | ( | ) | [protected, virtual] |
| virtual bool osgManipulator::Scale2DCommand::execute | ( | ) | [virtual] |
| virtual bool osgManipulator::Scale2DCommand::unexecute | ( | ) | [virtual] |
Undo the command.
The inverse of this command is executed.
Implements osgManipulator::MotionCommand.
| virtual void osgManipulator::Scale2DCommand::applyConstraint | ( | const Constraint * | ) | [virtual] |
| void osgManipulator::Scale2DCommand::setScale | ( | const osg::Vec2 & | s | ) | [inline] |
| const osg::Vec2& osgManipulator::Scale2DCommand::getScale | ( | ) | const [inline] |
| void osgManipulator::Scale2DCommand::setScaleCenter | ( | const osg::Vec2 & | center | ) | [inline] |
| const osg::Vec2& osgManipulator::Scale2DCommand::getScaleCenter | ( | ) | const [inline] |
| void osgManipulator::Scale2DCommand::setReferencePoint | ( | const osg::Vec2 & | rp | ) | [inline] |
ReferencePoint is used only for snapping.
| const osg::Vec2& osgManipulator::Scale2DCommand::getReferencePoint | ( | ) | const [inline] |
| void osgManipulator::Scale2DCommand::setMinScale | ( | const osg::Vec2 & | min | ) | [inline] |
| const osg::Vec2& osgManipulator::Scale2DCommand::getMinScale | ( | ) | const [inline] |
| virtual osg::Matrix osgManipulator::Scale2DCommand::getMotionMatrix | ( | ) | const [inline, virtual] |
Gets the matrix for transforming the Selection.
This matrix is in the command's coordinate systems.
Implements osgManipulator::MotionCommand.