Searched refs:vel (Results 1 – 2 of 2) sorted by relevance
64 Vec vel; member225 sc->cube[i].vel = CubeIniData[i*3+1]; in DrawInit()278 sc->cube[i].vel.cmp = fabsf(sc->cube[i].vel.cmp); \280 sc->cube[i].vel.cmp = - fabsf(sc->cube[i].vel.cmp);299 VECAdd(&sc->cube[i].pos, &sc->cube[i].vel, &sc->cube[i].pos); in AnimTick()
106 Vec vel; member289 sc->cube[i].vel = CubeIniData[i*3+1]; in DrawInit()353 sc->cube[i].vel.cmp = fabsf(sc->cube[i].vel.cmp); \355 sc->cube[i].vel.cmp = - fabsf(sc->cube[i].vel.cmp);385 VECAdd(&sc->cube[i].pos, &sc->cube[i].vel, &sc->cube[i].pos); in AnimTick()