/[libvob]/libvob/test/vob/gl/glvobcoorder.test
ViewVC logotype

Diff of /libvob/test/vob/gl/glvobcoorder.test

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

revision 1.11 by humppake, Tue Apr 8 15:26:10 2003 UTC revision 1.12 by tjl, Wed Apr 16 10:37:57 2003 UTC
# Line 308  def testInterpolateType(): Line 308  def testInterpolateType():
308      checkInterp(vs, vs2, interp , 1, cs1, [0, 1, 0], [-1, 0, 0])      checkInterp(vs, vs2, interp , 1, cs1, [0, 1, 0], [-1, 0, 0])
309      checkInterp(vs, vs2, interp , .5, cs1, [0, 1, 0], [-.5, 1, 0])      checkInterp(vs, vs2, interp , .5, cs1, [0, 1, 0], [-.5, 1, 0])
310    
311    def testBox():
312        cs1 = vs.orthoBoxCS(0, "A", 1, 2, 3, 4, 5, 6, 7)
313        wh = zeros(2, 'f')
314        vs.coords.getSqSize(cs1, wh)
315        failUnlessEqual(wh[0], 6);
316        failUnlessEqual(wh[1], 7);
317    
318  # : vim: set syntax=python :  # : vim: set syntax=python :

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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