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

Diff of /gzz/gzz/vob/OrthoRenderInfo.java

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

revision 1.6 by benja, Wed Sep 4 22:15:39 2002 UTC revision 1.7 by tjl, Mon Oct 14 10:16:32 2002 UTC
# Line 93  public class OrthoRenderInfo extends Vob Line 93  public class OrthoRenderInfo extends Vob
93      }      }
94    
95      public void xform(float px, float py, Point into) {      public void xform(float px, float py, Point into) {
96          into.x = (int)(x + w * (px+1)/2);          into.x = (int)(x + w * px);
97          into.y = (int)(y + h * (py+1)/2);          into.y = (int)(y + h * py);
98      }      }
99      public void xform_horiz(float px, float py, Point into) {      public void xform_horiz(float px, float py, Point into) {
100          into.x = (int)(x + px);          into.x = (int)(x + px);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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