diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:40:40 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:40:40 +0000 |
commit | 51fe0cfa3e3ba27f55ff7d14a7fe077cc31ed0b7 (patch) | |
tree | fc13db71a563c042388b4a6b3a2bffc4151466b2 /doc/user/dia_summ | |
parent | e4836c62b245d618866b6523ec2c892aeb7a76be (diff) | |
download | lout-51fe0cfa3e3ba27f55ff7d14a7fe077cc31ed0b7.tar.gz |
Lout 3.33.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@35 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/dia_summ')
-rw-r--r-- | doc/user/dia_summ | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/doc/user/dia_summ b/doc/user/dia_summ index c068fe5..ad9f4ba 100644 --- a/doc/user/dia_summ +++ b/doc/user/dia_summ @@ -765,6 +765,112 @@ A:: @Circle /0.8c |1.5c B:: @Circle } } +@LI { +@Code { +"@Link" +" path { dhuline }" +" bias { 2.0f }" +} +||6ct +@Diag { +//0.5f +A:: @Circle /0.8c |1.5c B:: @Circle /2f +// +@ShowTags @Link + pathstyle { solid dashed } + path { dhuline } from { A } to { B } +} +&2.5c +@Diag { +//0.5f +|1.5c B:: @Circle /0.8c A:: @Circle /2f +// +@ShowTags @Link + pathstyle { solid dashed } + path { dhuline } from { A } to { B } +} +} + +@LI { +@Code { +"@Link" +" path { uhdline }" +" bias { 2.0f }" +} +||6ct +@Diag { +//2.5f +A:: @Circle /0.8c |1.5c B:: @Circle +// +@ShowTags @Link + pathstyle { solid dashed } + path { uhdline } from { A } to { B } +} +&2.5c +@Diag { +//2.5f +|1.5c B:: @Circle /0.8c A:: @Circle +// +@ShowTags @Link + pathstyle { solid dashed } + path { uhdline } from { A } to { B } +} +} + +@LI { +@Code { +"@Link" +" path { dhucurve }" +" bias { 2.0f }" +" radius { 1.0f }" +} +||6ct +@Diag { +//0.5f +A:: @Circle /0.8c |1.5c B:: @Circle /2f +// +@ShowTags @Link + pathstyle { solid dashed } + path { dhucurve } from { A } to { B } +} +&2.5c +@Diag { +//0.5f +|1.5c B:: @Circle /0.8c A:: @Circle /2f +// +@ShowTags @Link + pathstyle { solid dashed } + path { dhucurve } from { A } to { B } +} +} + +@LI { +@Code { +"@Link" +" path { uhdcurve }" +" bias { 2.0f }" +" radius { 1.0f }" +} +||6ct +@Diag { +//2.5f +A:: @Circle /0.8c |1.5c B:: @Circle +// +@ShowTags @Link + pathstyle { solid dashed } + path { uhdcurve } from { A } to { B } +} +&2.5c +@Diag { +//2.5f +|1.5c B:: @Circle /0.8c A:: @Circle +// +@ShowTags @Link + pathstyle { solid dashed } + path { uhdcurve } from { A } to { B } +} +} + @LII { In the following links, the @Code "hfrac" and @Code "hbias" options determine how far across from @Code "FROM" to @Code "TO" the path turns @@ -1078,6 +1184,23 @@ path also has an abbreviation which adds a forward arrow: C { RVLCurveArrow } @Rowa + A { dhuline } + B { DHULine } + C { DHUArrow } +@Rowa + A { uhdline } + B { UHDLine } + C { UHDArrow } +@Rowa + A { dhucurve } + B { DHUCurve } + C { DHUCurveArrow } +@Rowa + A { uhdcurve } + B { RVLCurve } + C { RVLCurveArrow } + +@Rowa A { hvhline } B { HVHLine } C { HVHArrow } @@ -1133,6 +1256,7 @@ have been omitted where they are the same as the {@Code linklabel} options. {@Code "ccurve"}, {@Code "bezier"}, {@Code "vhline"}, {@Code "hvline"}, {@Code "vhcurve"}, {@Code "hvcurve"}, {@Code "lvrline"}, {@Code "rvlline"}, {@Code "lvrcurve"}, {@Code "rvlcurve"}, +{@Code "dhuline"}, {@Code "uhdline"}, {@Code "dhucurve"}, {@Code "uhdcurve"}, {@Code "hvhline"}, {@Code "vhvline"}, {@Code "hvhcurve"}, {@Code "vhvcurve"}, {@Code "dwrapline"}, {@Code "uwrapline"}, {@Code "dwrapcurve"}, {@Code "uwrapcurve"}, or any path } |