Skip to content

Instantly share code, notes, and snippets.

@ngn999
Created January 11, 2013 19:06
Show Gist options
  • Save ngn999/4513092 to your computer and use it in GitHub Desktop.
Save ngn999/4513092 to your computer and use it in GitHub Desktop.
pair a,b,c;
numeric u;
u:=2cm;
a:=(0,0)*u;
b:=(1,0)*u;
c:=(0.5,0.8)*u;

draw a{up} .. c;
draw a{right} .. c;
draw a -- b;
draw c -- b;
drawdot a withpen pencircle scaled 2bp;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment