Home
last modified time | relevance | path

Searched refs:oldrotation (Results 1 – 6 of 6) sorted by path

/dports/games/blackshadeselite/blackshadeselite/Source/
H A DCamera.cpp67 (oldrotation - oldoldrotation) * .3)); in Smooth()
86 oldoldrotation = oldrotation; in Smooth()
88 oldrotation = rotation; in Smooth()
H A DCamera.h36 float oldrotation, oldrotation2; variable
H A DGameTick.cpp2268 camera.oldrotation = camera.rotation; in GameTick()
H A Dtags955 oldrotation Camera.h /^ float oldrotation, oldrotation2;$/;" m class:Camera
956 oldrotation2 Camera.h /^ float oldrotation, oldrotation2;$/;" m class:Camera
/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Dcellcache.cpp65 int32_t oldrotation = (*i)->getOldRotation(); in onLayerChanged() local
68 oldrotation = newrotation; in onLayerChanged()
99 cg->toMultiCoordinates(oldmc, (*it)->getObject()->getMultiPartCoordinates(oldrotation)); in onLayerChanged()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dadmin-functions.php2469 $oldrotation = (int) $_POST[$index . '-oldrotation'];
2471 if ($rotation != $oldrotation) {