/[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.65 by tjl, Wed Feb 5 08:14:45 2003 UTC revision 1.66 by tjl, Wed Feb 5 12:27:35 2003 UTC
# Line 632  struct PointInterpCoordSys : public Coor Line 632  struct PointInterpCoordSys : public Coor
632          }          }
633          bool canPerformGL() { return true; }          bool canPerformGL() { return true; }
634          bool performGL() {          bool performGL() {
             glTranslatef(ox, oy, 0);  
             glRotatef(a, 0, 0, 1);  
635              glTranslatef(-ox, -oy, 0);              glTranslatef(-ox, -oy, 0);
636                glRotatef(a, 0, 0, 1);
637                glTranslatef(ox, oy, 0);
638              return true;              return true;
639          }          }
640          typedef RotateXYCenteredCoords InverseType;          typedef RotateXYCenteredCoords InverseType;

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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