OpenSceneGraph
3.0.1
|
Namespaces | |
namespace | osgAnimation |
The osgAnimation library provides general purpose utility classes for animation. |
Macros | |
#define | OSGANIMATION_INTERPOLATOR 1 |
Typedefs | |
typedef TemplateStepInterpolator < double, double > | osgAnimation::DoubleStepInterpolator |
typedef TemplateStepInterpolator < float, float > | osgAnimation::FloatStepInterpolator |
typedef TemplateStepInterpolator < osg::Vec2, osg::Vec2 > | osgAnimation::Vec2StepInterpolator |
typedef TemplateStepInterpolator < osg::Vec3, osg::Vec3 > | osgAnimation::Vec3StepInterpolator |
typedef TemplateStepInterpolator < osg::Vec3, Vec3Packed > | osgAnimation::Vec3PackedStepInterpolator |
typedef TemplateStepInterpolator < osg::Vec4, osg::Vec4 > | osgAnimation::Vec4StepInterpolator |
typedef TemplateStepInterpolator < osg::Quat, osg::Quat > | osgAnimation::QuatStepInterpolator |
typedef TemplateLinearInterpolator < double, double > | osgAnimation::DoubleLinearInterpolator |
typedef TemplateLinearInterpolator < float, float > | osgAnimation::FloatLinearInterpolator |
typedef TemplateLinearInterpolator < osg::Vec2, osg::Vec2 > | osgAnimation::Vec2LinearInterpolator |
typedef TemplateLinearInterpolator < osg::Vec3, osg::Vec3 > | osgAnimation::Vec3LinearInterpolator |
typedef TemplateLinearInterpolator < osg::Vec3, Vec3Packed > | osgAnimation::Vec3PackedLinearInterpolator |
typedef TemplateLinearInterpolator < osg::Vec4, osg::Vec4 > | osgAnimation::Vec4LinearInterpolator |
typedef TemplateSphericalLinearInterpolator < osg::Quat, osg::Quat > | osgAnimation::QuatSphericalLinearInterpolator |
typedef TemplateLinearInterpolator < osg::Matrixf, osg::Matrixf > | osgAnimation::MatrixLinearInterpolator |
typedef TemplateCubicBezierInterpolator < float, FloatCubicBezier > | osgAnimation::FloatCubicBezierInterpolator |
typedef TemplateCubicBezierInterpolator < double, DoubleCubicBezier > | osgAnimation::DoubleCubicBezierInterpolator |
typedef TemplateCubicBezierInterpolator < osg::Vec2, Vec2CubicBezier > | osgAnimation::Vec2CubicBezierInterpolator |
typedef TemplateCubicBezierInterpolator < osg::Vec3, Vec3CubicBezier > | osgAnimation::Vec3CubicBezierInterpolator |
typedef TemplateCubicBezierInterpolator < osg::Vec4, Vec4CubicBezier > | osgAnimation::Vec4CubicBezierInterpolator |
#define OSGANIMATION_INTERPOLATOR 1 |
![]() | Generated at Thu Oct 4 2012 13:45:04 for the OpenSceneGraph by doxygen 1.8.1.1. |