/[libvob]/libvob/org/nongnu/libvob/impl/OrthoCoorder.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/impl/OrthoCoorder.java

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

revision 1.3 by humppake, Mon Mar 10 13:29:31 2003 UTC revision 1.4 by benja, Mon Mar 17 09:55:26 2003 UTC
# Line 84  public static final String rcsid = "$Id$ Line 84  public static final String rcsid = "$Id$
84      void setInfo(int cs, float xoffs, float yoffs,      void setInfo(int cs, float xoffs, float yoffs,
85                                  float xscale, float yscale,                                  float xscale, float yscale,
86                                  OrthoRenderInfo info) {                                  OrthoRenderInfo info) {
87          wh[0] = 0; wh[1] = 0; wh[2] = 1; wh[3] = 1;          setInterpInfo(cs, this, cs, 0, xoffs, yoffs, xscale, yscale, info);
         sys.transformRect(cs, wh);  
         info.setCoords(sys.depth[cs],  
                        xscale * sys.x[cs] + xoffs, yscale * sys.y[cs] + yoffs,  
                        xscale * sys.w[cs], yscale * sys.h[cs],  
                        0, 0, xscale * wh[2], yscale * wh[3]);  
88      }      }
89    
90      public boolean contains(int cs, float px, float py, float[] internalcoords) {      public boolean contains(int cs, float px, float py, float[] internalcoords) {

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