Skip to content

Instantly share code, notes, and snippets.

@ngn999
Last active December 10, 2015 20:48
Show Gist options
  • Save ngn999/4490333 to your computer and use it in GitHub Desktop.
Save ngn999/4490333 to your computer and use it in GitHub Desktop.
mptut exercise 11

贴到这里看效果

pair m,end;
m = 1/2[(dir 145)*2cm, (0,0)];
end = (dir 105)*0.85cm + m;
draw (dir 145)*2cm -- (0,0);
draw m -- end;
draw m withpen pencircle scaled 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment