Home | History | Annotate | Download | only in test

Lines Matching defs:velocity

109     SDL_Rect *position, *velocity;
197 velocity = &velocities[i];
198 position->x += velocity->x;
200 velocity->x = -velocity->x;
201 position->x += velocity->x;
203 position->y += velocity->y;
205 velocity->y = -velocity->y;
206 position->y += velocity->y;