/[gzz]/gzz/gzz/vob/impl/OrthoCoorder.java
ViewVC logotype

Diff of /gzz/gzz/vob/impl/OrthoCoorder.java

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

revision 1.5 by tjl, Fri Feb 21 20:02:46 2003 UTC revision 1.6 by benja, Sun Mar 9 00:06:39 2003 UTC
# Line 83  public static final String rcsid = "$Id$ Line 83  public static final String rcsid = "$Id$
83      void setInfo(int cs, float xoffs, float yoffs,      void setInfo(int cs, float xoffs, float yoffs,
84                                  float xscale, float yscale,                                  float xscale, float yscale,
85                                  OrthoRenderInfo info) {                                  OrthoRenderInfo info) {
86          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]);  
87      }      }
88    
89      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.5  
changed lines
  Added in v.1.6

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