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

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

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

revision 1.2 by tjl, Thu Sep 26 11:01:47 2002 UTC revision 1.3 by tjl, Thu Sep 26 11:27:58 2002 UTC
# Line 13  class HierarchScene: Line 13  class HierarchScene:
13    
14          cs0 = vs.coords.coordsys(0, 10, 400, 400, 100, 100)          cs0 = vs.coords.coordsys(0, 10, 400, 400, 100, 100)
15          cs1 = vs.coords.rotateXY(cs0, angle)          cs1 = vs.coords.rotateXY(cs0, angle)
16          cs2 = vs.coords.coordsys(cs1, 10, 400, 400, 100, 100)          cs2 = vs.coords.coordsys(cs1, 10, 0, 0, 4, 4)
17    
18          cs02 = vs.coords.coordsys(cs0, -5, 0.5, 0.5, 4, 4)          cs02 = vs.coords.coordsys(cs0, 0, 0, 0, 8, 8)
19    
20          vs.matcher.add(cs0, "0")          vs.matcher.add(cs0, "0")
21          vs.matcher.add(cs1, "1")          vs.matcher.add(cs1, "1")

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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