/[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.72 by tjl, Fri Feb 21 20:02:32 2003 UTC revision 1.73 by humppake, Tue Mar 4 10:26:23 2003 UTC
# Line 1198  struct PointInterpCoordSys : public Coor Line 1198  struct PointInterpCoordSys : public Coor
1198            DBG(dbg_cull) << "called CullingCoordsys::findBoundingBox\n";            DBG(dbg_cull) << "called CullingCoordsys::findBoundingBox\n";
1199              float i, j;              float i, j;
1200              Pt box = cs->getSqSize();              Pt box = cs->getSqSize();
1201                DBG(dbg_cull) << "Box: (" << box.x << ", " << box.y << ")\n";
1202              float x1, y1, x2, y2;              float x1, y1, x2, y2;
1203              for (i=0; i<=box.x; i+=box.x) {              for (i=0; i<=box.x; i+=box.x) {
1204                  for (j=0; j<=box.y; j+=box.y) {                  for (j=0; j<=box.y; j+=box.y) {
# Line 1230  struct PointInterpCoordSys : public Coor Line 1231  struct PointInterpCoordSys : public Coor
1231            DBG(dbg_cull) << "called CullingCoordsys::findDistortedBoundingBox\n";            DBG(dbg_cull) << "called CullingCoordsys::findDistortedBoundingBox\n";
1232              double i, step_x, step_y;              double i, step_x, step_y;
1233              Pt box = cs->getSqSize();              Pt box = cs->getSqSize();
1234                DBG(dbg_cull) << "Box: (" << box.x << ", " << box.y << ")\n";
1235              float x1, y1, x2, y2;              float x1, y1, x2, y2;
1236              int check_dist;              int check_dist;
1237    
# Line 1312  struct PointInterpCoordSys : public Coor Line 1314  struct PointInterpCoordSys : public Coor
1314              super->vertex(p);              super->vertex(p);
1315          }          }
1316          virtual ZPt transform(const ZPt &p) const {          virtual ZPt transform(const ZPt &p) const {
1317            DBG(dbg_cull) << "called CullingCoordsys::transform\n";            //DBG(dbg_cull) << "called CullingCoordsys::transform\n";
1318            return super->transform(p);            return super->transform(p);
1319          }          }
1320          virtual float nonlinearity(const ZPt &p, float radius) {          virtual float nonlinearity(const ZPt &p, float radius) {

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

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