/[gzz]/gzz/gfx/demo/irregular2.py
ViewVC logotype

Diff of /gzz/gfx/demo/irregular2.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by tjl, Mon Sep 23 08:37:04 2002 UTC revision 1.16 by tjl, Thu Sep 26 08:31:24 2002 UTC
# Line 72  class IrreguScene: Line 72  class IrreguScene:
72    
73          #putnoc(vs, getDListNocoords("Translate -1000 -1000 0\nScale 4 4 4\n"))          #putnoc(vs, getDListNocoords("Translate -1000 -1000 0\nScale 4 4 4\n"))
74    
75          cs1 = vs.coords.affineCoordsys(0, "1", 10, self.x1, self.y1, self.xs, 0, 0, self.ys)          cs1 = vs.coords.affineCoordsys(0, 10, self.x1, self.y1, self.xs, 0, 0, self.ys)
76          cs2 = vs.coords.affineCoordsys(0, "2", 10, 600, 450,          vs.matcher.add(cs1, "1")
77            cs2 = vs.coords.affineCoordsys(0, 10, 600, 450,
78                                         self.scale * 150,                                         self.scale * 150,
79                                         self.scale * 32.3,                                         self.scale * 32.3,
80                                         self.scale * -14.2,                                         self.scale * -14.2,
81                                         self.scale * 150)                                         self.scale * 150)
82            vs.matcher.add(cs2, "2")
83          #vs.map.put(self.mask, cs2)          #vs.map.put(self.mask, cs2)
84    
85          if self.mode & 4:          if self.mode & 4:

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26