/[gzz]/gzz/gzz/view/VobVanishingClient.java
ViewVC logotype

Diff of /gzz/gzz/view/VobVanishingClient.java

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

revision 1.15 by tjl, Fri Oct 11 13:35:02 2002 UTC revision 1.16 by tjl, Mon Oct 14 08:17:12 2002 UTC
# Line 167  public class VobVanishingClient implemen Line 167  public class VobVanishingClient implemen
167      public void place(Cell c, Object o, float fract, int x0, int y0, int x1, int y1,      public void place(Cell c, Object o, float fract, int x0, int y0, int x1, int y1,
168                  int depth, float rot) {                  int depth, float rot) {
169          Vob v = (Vob)o;          Vob v = (Vob)o;
170          int cs = into.coordsys(intoCS, c, depth, x0, y0, (x1-x0), (y1-y0));          int cs = into.coordsys(intoCS, c, depth, x0, y0, fract, fract);
171          cvf.place(c, into, cs, (x1-x0), (y1-y0), context, fract);          cvf.place(c, into, cs, (x1-x0)/fract, (y1-y0)/fract, context);
172      }      }
173    
174      public void connect(Cell cell1, Cell cell2, int dx, int dy) {      public void connect(Cell cell1, Cell cell2, int dx, int dy) {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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