We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Draw.pushMatrix(env); Draw.translate(~x=state.x, ~y=state.y, env); Draw.rotate(state.direction, env); Draw.quadf(~p1=(0., 50.), ~p2=(40., -50.), ~p3=(0., 0.), ~p4=(-40., -50.), env); Draw.popMatrix(env);