/[gzz]/gzz/test/gzz/gfx/gl/glvobcoorder.test
ViewVC logotype

Diff of /gzz/test/gzz/gfx/gl/glvobcoorder.test

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

revision 1.2 by tjl, Tue Oct 1 06:42:55 2002 UTC revision 1.3 by tjl, Tue Oct 1 08:03:57 2002 UTC
# Line 53  def testInverses(): Line 53  def testInverses():
53    
54      cs_ortho = c.coordsys(0, 2, 3.5, 9.1, 1.2, 3.9)      cs_ortho = c.coordsys(0, 2, 3.5, 9.1, 1.2, 3.9)
55      cs_ortho2 = c.coordsys(cs_ortho, -1.92, 4.1, 2.951, 2.52, 291)      cs_ortho2 = c.coordsys(cs_ortho, -1.92, 4.1, 2.951, 2.52, 291)
56        cs_rot = c.rotateXY(0, 15)
57        cs_rot2 = c.rotateXY(cs_ortho, 15)
58        cs_rot3 = c.rotateXY(cs_rot2, 15)
59        cs_ortho3 = c.coordsys(cs_rot3, -1.92, 4.1, 2.951, 2.52, 291)
60    
61      checkInverse(c, cs_ortho)      checkInverse(c, cs_ortho)
62      checkInverse(c, cs_ortho2)      checkInverse(c, cs_ortho2)
63        checkInverse(c, cs_ortho3)
64        checkInverse(c, cs_rot)
65        checkInverse(c, cs_rot2)
66        checkInverse(c, cs_rot3)
67    
68    

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