Searched refs:fDeltaTime (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/screen_savers/flurry/
H A DShared.h90 double fDeltaTime; member in struct:flurry_info_t
H A DFlurry.cpp170 fFlurryInfo->fDeltaTime = fFlurryInfo->fTime - fFlurryInfo->fOldTime;
171 fFlurryInfo->drag = (float)pow(0.9965, fFlurryInfo->fDeltaTime * 85.0);
254 fFlurryInfo->fDeltaTime = fFlurryInfo->fTime - fFlurryInfo->fOldTime;
H A DSpark.cpp296 s->delta[i] = (s->position[i] - old[i]) / info->fDeltaTime;
H A DSmoke.cpp240 += (s->p[i].delta[j].f[k]) * info->fDeltaTime;

Completed in 86 milliseconds