This is an internal structure
class Velocity { Vector v; num a; Velocity() { v = new Vector(); a = 0; } }
Velocity() { v = new Vector(); a = 0; }
a
v