osg::AnimationPath::AnimationPath::ControlPoint Class Reference
List of all members.
Constructor & Destructor Documentation
osg::AnimationPath::AnimationPath::ControlPoint::ControlPoint |
( |
|
) |
[inline] |
osg::AnimationPath::AnimationPath::ControlPoint::ControlPoint |
( |
const osg::Vec3d & |
position |
) |
[inline] |
osg::AnimationPath::AnimationPath::ControlPoint::ControlPoint |
( |
const osg::Vec3d & |
position, |
|
|
const osg::Quat & |
rotation | |
|
) |
| | [inline] |
osg::AnimationPath::AnimationPath::ControlPoint::ControlPoint |
( |
const osg::Vec3d & |
position, |
|
|
const osg::Quat & |
rotation, |
|
|
const osg::Vec3d & |
scale | |
|
) |
| | [inline] |
Member Function Documentation
void osg::AnimationPath::AnimationPath::ControlPoint::getInverse |
( |
Matrixd & |
matrix |
) |
const [inline] |
void osg::AnimationPath::AnimationPath::ControlPoint::getInverse |
( |
Matrixf & |
matrix |
) |
const [inline] |
void osg::AnimationPath::AnimationPath::ControlPoint::getMatrix |
( |
Matrixd & |
matrix |
) |
const [inline] |
void osg::AnimationPath::AnimationPath::ControlPoint::getMatrix |
( |
Matrixf & |
matrix |
) |
const [inline] |
const osg::Vec3d& osg::AnimationPath::AnimationPath::ControlPoint::getPosition |
( |
|
) |
const [inline] |
const osg::Quat& osg::AnimationPath::AnimationPath::ControlPoint::getRotation |
( |
|
) |
const [inline] |
const osg::Vec3d& osg::AnimationPath::AnimationPath::ControlPoint::getScale |
( |
|
) |
const [inline] |
void osg::AnimationPath::AnimationPath::ControlPoint::interpolate |
( |
double |
ratio, |
|
|
const ControlPoint & |
first, |
|
|
const ControlPoint & |
second | |
|
) |
| | [inline] |
void osg::AnimationPath::AnimationPath::ControlPoint::interpolate |
( |
float |
ratio, |
|
|
const ControlPoint & |
first, |
|
|
const ControlPoint & |
second | |
|
) |
| | [inline] |
void osg::AnimationPath::AnimationPath::ControlPoint::setPosition |
( |
const osg::Vec3d & |
position |
) |
[inline] |
void osg::AnimationPath::AnimationPath::ControlPoint::setRotation |
( |
const osg::Quat & |
rotation |
) |
[inline] |
void osg::AnimationPath::AnimationPath::ControlPoint::setScale |
( |
const osg::Vec3d & |
scale |
) |
[inline] |
Member Data Documentation
osg::Vec3d osg::AnimationPath::AnimationPath::ControlPoint::_position [protected] |
osg::Quat osg::AnimationPath::AnimationPath::ControlPoint::_rotation [protected] |
osg::Vec3d osg::AnimationPath::AnimationPath::ControlPoint::_scale [protected] |
The documentation for this class was generated from the following file: