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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dpyro.c93 #define SVELFACTOR 0.1 /* Max star velocity / yvel */
113 float xvel, yvel; member in struct:__anon106
255 float xvel, yvel, x; local
262 yvel = FLOATRAND(pp->minvely, pp->maxvely);
293 rp->yvel = FLOATRAND(yvel * 0.97, yvel * 1.03);
352 rp->y += rp->yvel;
353 rp->yvel += pp->rockdecel;
408 rp->y = ry + rp->yvel;
[all...]

Completed in 10 milliseconds