Home
last modified time | relevance | path

Searched refs:Smoother_EvaluateComponent (Results 1 – 3 of 3) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/include/de/
H A Dsmoother.h126 DENG_PUBLIC dd_bool Smoother_EvaluateComponent(Smoother const *sm, int component, coord_t *v);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/
H A Daxisinputcontrol.cpp152 Smoother_EvaluateComponent(d->smoother, 0, &d->position); in update()
167 Smoother_EvaluateComponent(d->smoother, 0, &smoothPos); in update()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dsmoother.cpp184 dd_bool Smoother_EvaluateComponent(Smoother const *sm, int component, coord_t *v) in Smoother_EvaluateComponent() function