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