Home | History | Annotate | Download | only in test

Lines Matching defs:velocity

89     SDL_Rect *position, *velocity;
102 velocity = &velocities[i];
103 position->x += velocity->x;
105 velocity->x = -velocity->x;
106 position->x += velocity->x;
108 position->y += velocity->y;
110 velocity->y = -velocity->y;
111 position->y += velocity->y;