// Velocity.java class Velocity { Velocity(float f, float f1) {u = f; v = f1; inf = false;} float v, u; boolean inf; }