Home | History | Annotate | Download | only in test

Lines Matching refs:velocity

92     SDL_Rect *position, *velocity;
101 velocity = &velocities[i];
102 position->x += velocity->x;
104 velocity->x = -velocity->x;
105 position->x += velocity->x;
107 position->y += velocity->y;
109 velocity->y = -velocity->y;
110 position->y += velocity->y;