Home
last modified time | relevance | path

Searched refs:getInterpolatedControlPoint (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DAnimationPath133 if (!getInterpolatedControlPoint(time,cp)) return false;
142 if (!getInterpolatedControlPoint(time,cp)) return false;
151 if (!getInterpolatedControlPoint(time,cp)) return false;
159 if (!getInterpolatedControlPoint(time,cp)) return false;
165 virtual bool getInterpolatedControlPoint(double time,ControlPoint& controlPoint) const;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DAnimationPath133 if (!getInterpolatedControlPoint(time,cp)) return false;
142 if (!getInterpolatedControlPoint(time,cp)) return false;
151 if (!getInterpolatedControlPoint(time,cp)) return false;
159 if (!getInterpolatedControlPoint(time,cp)) return false;
165 virtual bool getInterpolatedControlPoint(double time,ControlPoint& controlPoint) const;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DAnimationPath.cpp27 bool AnimationPath::getInterpolatedControlPoint(double time,ControlPoint& controlPoint) const in getInterpolatedControlPoint() function in AnimationPath
261 if (_animationPath->getInterpolatedControlPoint(getAnimationTime(),cp)) in update()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DAnimationPath.cpp27 bool AnimationPath::getInterpolatedControlPoint(double time,ControlPoint& controlPoint) const in getInterpolatedControlPoint() function in AnimationPath
261 if (_animationPath->getInterpolatedControlPoint(getAnimationTime(),cp)) in update()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgframerenderer/
H A DCameraPathProperty.cpp13 _animationPath->getInterpolatedControlPoint( fs->getSimulationTime(), cp ); in update()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgframerenderer/
H A DCameraPathProperty.cpp13 _animationPath->getInterpolatedControlPoint( fs->getSimulationTime(), cp ); in update()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/
H A DAnimationPathManipulator.cpp160 _animationPath->getInterpolatedControlPoint( animTime, cp );
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/
H A DAnimationPathManipulator.cpp166 _animationPath->getInterpolatedControlPoint( animTime, cp ); in handleFrame()