/[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.17 by tjl, Mon Oct 14 10:11:13 2002 UTC revision 1.18 by tjl, Tue Oct 15 13:29:18 2002 UTC
# Line 112  public class VobVanishingClient implemen Line 112  public class VobVanishingClient implemen
112      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,
113                  int depth, float rot) {                  int depth, float rot) {
114          Vob v = (Vob)o;          Vob v = (Vob)o;
115          int cs = into.coordsys(intoCS, c, depth, x0, y0, fract, fract);          int cs = into.orthoCS(intoCS, c, depth, x0, y0, fract, fract);
116          Box b = new Box();          Box b = new Box();
117          b.set(into, cs, (x1-x0)/fract, (y1-y0)/fract);          b.set(into, cs, (x1-x0)/fract, (y1-y0)/fract);
118          cell2Box.put(c, b);          cell2Box.put(c, b);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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