osgAnimation.InOutElasticFunction
类实现了一种弹性函数,可以用于动画的缓动效果。这个函数可以使动画物体在开始和结束时快速移动,并在中间缓慢地移动。
osg::Referenced
└── osgAnimation::InOutValueProxy
└── osgAnimation::InOutElasticFunction
InOutElasticFunction(float period)
构造函数,创建一个InOutElasticFunction
函数对象。
period
弹性函数周期的长度。InOutElasticFunction(const InOutElasticFunction& copy, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY)
拷贝构造函数。
copy
要拷贝的InOutElasticFunction
函数对象。copyop
定义如何拷贝对象。META_Object(osgAnimation, InOutElasticFunction)
定义InOutElasticFunction
类的元信息。