root/trunk/jps2ps/pps/axesympath.pps

Revision 4, 259 bytes (checked in by jms, 8 months ago)

Chargement de jps2ps dans le SVN.

Line 
1 %% syntaxe : path1 I sym path --> path2, symétrique de path1
2 %% par rapport a la droite D
3 /axesympath {
4 2 dict begin
5    /D defsroite
6    /path1 exch def
7    [
8       path1 pathparamtable {} apply
9       path1 pathpointstable {D axesympoint} papply
10    ]
11 end
12 } def
Note: See TracBrowser for help on using the browser.