Public Member Functions | |
TemplateTarget () | |
const osg::Quat & | getValue () const |
void | update (float weight, const osg::Quat &val) |
void | normalize () |
void | setValue (const osg::Quat &value) |
Protected Attributes | |
osg::Quat | _target |
osgAnimation::TemplateTarget< osg::Quat >::TemplateTarget | ( | ) | [inline] |
const osg::Quat& osgAnimation::TemplateTarget< osg::Quat >::getValue | ( | ) | const [inline] |
References osgAnimation::TemplateTarget< T >::_target.
void osgAnimation::TemplateTarget< osg::Quat >::normalize | ( | ) | [inline, virtual] |
Implements osgAnimation::Target.
References osgAnimation::TemplateTarget< T >::_target, and osgAnimation::Target::getWeight().
void osgAnimation::TemplateTarget< osg::Quat >::setValue | ( | const osg::Quat & | value | ) | [inline] |
References osgAnimation::TemplateTarget< T >::_target.
void osgAnimation::TemplateTarget< osg::Quat >::update | ( | float | weight, | |
const osg::Quat & | val | |||
) | [inline] |
osg::Quat osgAnimation::TemplateTarget< osg::Quat >::_target [protected] |