/[gzz]/gzz/gfx/librenderables/renderables.py
ViewVC logotype

Diff of /gzz/gfx/librenderables/renderables.py

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

revision 1.51 by tjl, Thu Sep 19 01:20:04 2002 UTC revision 1.52 by tjl, Thu Sep 19 01:51:34 2002 UTC
# Line 556  rs = [ Line 556  rs = [
556                                                
557                        ZPt pos = coords1.transform(Pt(x,y));                        ZPt pos = coords1.transform(Pt(x,y));
558                        ZPt v = cs2inv.transform(pos);                        ZPt v = cs2inv.transform(pos);
559                        v.z = exp(coords2.z);                        v.z = 1/(coords2.z);
560                        coords2.vertex(bulge(v));                        coords2.vertex(bulge(v));
561                      }                      }
562                    }                    }

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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