/[libvob]/libvob/org/nongnu/libvob/AffineVobCoorder.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/AffineVobCoorder.java

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

revision 1.2 by tjl, Fri Mar 7 11:38:19 2003 UTC revision 1.3 by tjl, Mon Mar 10 16:02:05 2003 UTC
# Line 37  public abstract class AffineVobCoorder e Line 37  public abstract class AffineVobCoorder e
37       */       */
38      public int ortho(int into, float depth,      public int ortho(int into, float depth,
39                  float x, float y, float sx, float sy) {                  float x, float y, float sx, float sy) {
40          return affineCoordsys(into, depth,          return affine(into, depth,
41                  x, y, sx, 0, 0, sy);                  x, y, sx, 0, 0, sy);
42      }      }
43      public void setOrthoParams(int cs, float depth,      public void setOrthoParams(int cs, float depth,
# Line 47  public abstract class AffineVobCoorder e Line 47  public abstract class AffineVobCoorder e
47      }      }
48    
49    
50      public abstract int affineCoordsys(int into, float depth,      public abstract int affine(int into, float depth,
51              float x, float y,              float x, float y,
52                  float xx, float xy, float yx, float yy);                  float xx, float xy, float yx, float yy);
53    

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

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