/[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.9 by tjl, Fri Sep 27 09:07:56 2002 UTC revision 1.10 by benja, Sat Sep 28 09:14:17 2002 UTC
# Line 165  public class VobVanishingClient implemen Line 165  public class VobVanishingClient implemen
165                  int depth, float rot) {                  int depth, float rot) {
166          Vob v = (Vob)o;          Vob v = (Vob)o;
167          int cs = into.coordsys(intoCS, c, depth, x0, y0, x1-x0, y1-y0);          int cs = into.coordsys(intoCS, c, depth, x0, y0, x1-x0, y1-y0);
168          if(v != null) ((CellVobFactory)cvf).addCellVobs(c, into,          if(v != null) ((CellVobFactory)cvf).addCellVobs(c, into,
169                      intoCS, cs,                      intoCS, cs,
170                  (x0+x1)/2, (y0+y1)/2, (x1-x0)/2, (y1-y0)/2, v, context, fract);                  (x0+x1)/2, (y0+y1)/2, (x1-x0)/2, (y1-y0)/2, v, context, fract);
171          cvf.place(c, into, intoCS, cs,          cvf.place(c, into, intoCS, cs,
172              (x0+x1)/2, (y0+y1)/2, (x1-x0)/2, (y1-y0)/2, context, fract);              (x0+x1)/2, (y0+y1)/2, (x1-x0)/2, (y1-y0)/2, context, fract);
173      }      }
174    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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