Skip to content

Instantly share code, notes, and snippets.

@ngn999
Created January 11, 2013 18:59
Show Gist options
  • Save ngn999/4513049 to your computer and use it in GitHub Desktop.
Save ngn999/4513049 to your computer and use it in GitHub Desktop.

numeric u; % 声明和定义不能同时

u := 2cm;
pair o,a,b;

o := (0,0)*u;
a := (1,0)*u;

draw o -- (1,0)*u;
b := dir 40;
draw o -- (b*u);

drawarrow (dir 0)*.3*u{up} .. (dir 40)*.3*u ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment