summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-16.mp
blob: b94ef2eb0c35844ce8a7d444c5f4d9eb74e627d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% --- start of displayed preamble in the book ---
input metaobj
% Circles produced as before

% --- end of displayed preamble in the book ---

  newCircle.a(btex start etex);
  newCircle.b(btex end etex);
  a.c=origin;
  b.c-a.c=(3cm,1cm);

defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
ncarc(a)(b) "linecolor(blue)";
ncarc(b)(a) "linecolor(blue)";
ncarc(a)(b) "arcangleA(50)";
ncarc(b)(a) "arcangleA(-90)","arcangleB(-110)",
            "linestyle(dashed evenly)";
drawObj(a,b);
endfig;
end;