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