/[gzz]/gzz/gzz/vob/AffineVobCoorder.java
ViewVC logotype

Diff of /gzz/gzz/vob/AffineVobCoorder.java

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

revision 1.10 by tjl, Fri Sep 27 09:48:17 2002 UTC revision 1.11 by tjl, Sun Oct 6 15:08:02 2002 UTC
# Line 30  public abstract class AffineVobCoorder e Line 30  public abstract class AffineVobCoorder e
30       */       */
31      public int coordsys(int into, float depth,      public int coordsys(int into, float depth,
32                  float x, float y, float w, float h) {                  float x, float y, float w, float h) {
33          return affineCoordsys(into, depth, x+w/2.0f, y+h/2.0f,          return affineCoordsys(into, depth,
34                              w/2.0f, 0, 0, h/2.0f);                  x, y, w, 0, 0, h);
35      }      }
36    
37      public abstract int affineCoordsys(int into, float depth,      public abstract int affineCoordsys(int into, float depth,

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

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