OpenSceneGraph
3.0.1
|
Public Member Functions | |
META_Object (osgAnimation, StackedQuaternionElement) | |
StackedQuaternionElement () | |
StackedQuaternionElement (const StackedQuaternionElement &, const osg::CopyOp &) | |
StackedQuaternionElement (const std::string &, const osg::Quat &q=osg::Quat(0, 0, 0, 1)) | |
StackedQuaternionElement (const osg::Quat &) | |
void | applyToMatrix (osg::Matrix &matrix) const |
osg::Matrix | getAsMatrix () const |
bool | isIdentity () const |
void | update () |
const osg::Quat & | getQuaternion () const |
void | setQuaternion (const osg::Quat &) |
virtual Target * | getOrCreateTarget () |
virtual Target * | getTarget () |
virtual const Target * | getTarget () const |
Protected Attributes | |
osg::Quat | _quaternion |
osg::ref_ptr< QuatTarget > | _target |
osgAnimation::StackedQuaternionElement::StackedQuaternionElement | ( | ) |
osgAnimation::StackedQuaternionElement::StackedQuaternionElement | ( | const StackedQuaternionElement & | , |
const osg::CopyOp & | |||
) |
osgAnimation::StackedQuaternionElement::StackedQuaternionElement | ( | const std::string & | , |
const osg::Quat & | q = osg::Quat(0, 0, 0, 1) |
||
) |
osgAnimation::StackedQuaternionElement::StackedQuaternionElement | ( | const osg::Quat & | ) |
void osgAnimation::StackedQuaternionElement::applyToMatrix | ( | osg::Matrix & | matrix | ) | const [virtual] |
Implements osgAnimation::StackedTransformElement.
osg::Matrix osgAnimation::StackedQuaternionElement::getAsMatrix | ( | ) | const [virtual] |
Implements osgAnimation::StackedTransformElement.
virtual Target* osgAnimation::StackedQuaternionElement::getOrCreateTarget | ( | ) | [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
const osg::Quat& osgAnimation::StackedQuaternionElement::getQuaternion | ( | ) | const |
virtual Target* osgAnimation::StackedQuaternionElement::getTarget | ( | ) | [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
virtual const Target* osgAnimation::StackedQuaternionElement::getTarget | ( | ) | const [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
bool osgAnimation::StackedQuaternionElement::isIdentity | ( | ) | const [virtual] |
Implements osgAnimation::StackedTransformElement.
osgAnimation::StackedQuaternionElement::META_Object | ( | osgAnimation | , |
StackedQuaternionElement | |||
) |
void osgAnimation::StackedQuaternionElement::setQuaternion | ( | const osg::Quat & | ) |
void osgAnimation::StackedQuaternionElement::update | ( | ) | [virtual] |
Implements osgAnimation::StackedTransformElement.
![]() | Generated at Mon Oct 3 2011 12:39:46 for the OpenSceneGraph by doxygen 1.7.5. |