/[gzz]/gzz/gfx/libcoords/Coords.cxx
ViewVC logotype

Diff of /gzz/gfx/libcoords/Coords.cxx

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

revision 1.67 by tjl, Wed Feb 5 18:31:01 2003 UTC revision 1.68 by tjl, Tue Feb 11 10:58:52 2003 UTC
# Line 649  struct PointInterpCoordSys : public Coor Line 649  struct PointInterpCoordSys : public Coor
649          }          }
650          bool canPerformGL() { return true; }          bool canPerformGL() { return true; }
651          bool performGL() {          bool performGL() {
             glTranslatef(-ox, -oy, 0);  
             glRotatef(a, 0, 0, 1);  
652              glTranslatef(ox, oy, 0);              glTranslatef(ox, oy, 0);
653                glRotatef(a, 0, 0, 1);
654                glTranslatef(-ox, -oy, 0);
655              return true;              return true;
656          }          }
657          typedef RotateXYCenteredCoords InverseType;          typedef RotateXYCenteredCoords InverseType;

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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