Home
last modified time | relevance | path

Searched refs:recalcTangents (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRotationSpline.cpp50 recalcTangents(); in addPoint()
102 void RotationalSpline::recalcTangents(void) in recalcTangents() function in Ogre::RotationalSpline
209 recalcTangents(); in updatePoint()
H A DOgreSimpleSpline.cpp66 recalcTangents(); in addPoint()
153 void SimpleSpline::recalcTangents(void) in recalcTangents() function in Ogre::SimpleSpline
249 recalcTangents(); in updatePoint()
H A DOgreAnimationTrack.cpp546 splines->positionSpline.recalcTangents(); in buildInterpolationSplines()
547 splines->rotationSpline.recalcTangents(); in buildInterpolationSplines()
548 splines->scaleSpline.recalcTangents(); in buildInterpolationSplines()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRotationSpline.cpp50 recalcTangents(); in addPoint()
102 void RotationalSpline::recalcTangents(void) in recalcTangents() function in Ogre::RotationalSpline
209 recalcTangents(); in updatePoint()
H A DOgreSimpleSpline.cpp71 recalcTangents(); in addPoint()
158 void SimpleSpline::recalcTangents(void) in recalcTangents() function in Ogre::SimpleSpline
254 recalcTangents(); in updatePoint()
H A DOgreAnimationTrack.cpp548 splines->positionSpline.recalcTangents(); in buildInterpolationSplines()
549 splines->rotationSpline.recalcTangents(); in buildInterpolationSplines()
550 splines->scaleSpline.recalcTangents(); in buildInterpolationSplines()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRotationalSpline.h117 void recalcTangents(void);
H A DOgreSimpleSpline.h114 void recalcTangents(void);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRotationalSpline.h117 void recalcTangents(void);
H A DOgreSimpleSpline.h115 void recalcTangents(void);
/dports/games/stuntrally/stuntrally-2.6.1/source/road/
H A DSplineBase.cpp141 void SplineBase::recalcTangents() in recalcTangents() function in SplineBase
169 recalcTangents(); in setPos()
H A DRoad_Edit.cpp240 recalcTangents(); in MirrorSel()
488 recalcTangents(); in Insert()
519 recalcTangents(); in Delete()
585 recalcTangents(); in DelSel()
H A DSplineBase.h113 void recalcTangents();
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Fresnel/include/
H A DFresnel.h246 mFishSplines[i].recalcTangents(); in setupFish()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Fresnel/include/
H A DFresnel.h244 mFishSplines[i].recalcTangents(); in setupFish()
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DUpdate_Key.cpp347 road->recalcTangents(); road->Rebuild(true); break; in keyPressed()