/[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.3 by tjl, Mon Apr 28 11:28:13 2003 UTC revision 1.4 by benja, Sat May 3 13:12:15 2003 UTC
# Line 124  public static final String rcsid = "$Id$ Line 124  public static final String rcsid = "$Id$
124              curMouseX = e.getX();              curMouseX = e.getX();
125              curMouseY = e.getY();              curMouseY = e.getY();
126    
127              curmag *= Math.exp(.005 * dy);              curmag *= Math.exp(.005 * -dy);
128              cursize *= Math.exp(.005 * dx);              cursize *= Math.exp(.005 * dx);
129    
130              if(curmag < minmag) curmag = minmag;              if(curmag < minmag) curmag = minmag;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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