public void M() { Position = Position + Heading; }
public Rover(int x, int y, Vector heading) : this() { Position = new Vector(x, y); Heading = heading; }