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