I think GOTO x y would be more equivalent to .setCenter(x, y).
Our graphics module doesn't the forward and left/right turtle commands though.
To replicate that kind of behavior, your graphics object would have to keep track of the angle it is pointing at, and then call .move(dist math.cos(angle), dist math.cos(angle))...