/[libvob]/libvob/org/nongnu/libvob/view/FisheyeState.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/view/FisheyeState.java

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

revision 1.9 by tjl, Sat Aug 2 07:47:04 2003 UTC revision 1.10 by tjl, Mon Aug 18 20:06:30 2003 UTC
# Line 142  public static final String rcsid = "$Id$ Line 142  public static final String rcsid = "$Id$
142              curMouseX = e.getX();              curMouseX = e.getX();
143              curMouseY = e.getY();              curMouseY = e.getY();
144    
145              curmag *= Math.exp(.005 * -dy);              curmag *= Math.exp(.005 * dy);
146              cursize *= Math.exp(.005 * dx);              cursize *= Math.exp(.005 * dx);
147    
148              if(curmag < minmag) curmag = minmag;              if(curmag < minmag) curmag = minmag;
# Line 174  public static final String rcsid = "$Id$ Line 174  public static final String rcsid = "$Id$
174              curMouseX = e.getX();              curMouseX = e.getX();
175              curMouseY = e.getY();              curMouseY = e.getY();
176    
177              curmag *= Math.exp(.005 * -dy);              curmag *= Math.exp(.005 * dy);
178              cursize *= Math.exp(.005 * dx);              cursize *= Math.exp(.005 * dx);
179    
180              if(curmag < minmag) curmag = minmag;              if(curmag < minmag) curmag = minmag;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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