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

Diff of /gzz/gzz/vob/VobScene.java

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

revision 1.19 by tjl, Fri Nov 22 15:37:33 2002 UTC revision 1.20 by tjl, Tue Nov 26 08:32:26 2002 UTC
# Line 155  public class VobScene { Line 155  public class VobScene {
155          return matcher.addSub(into, coords.scale(into, sx, sy), key);          return matcher.addSub(into, coords.scale(into, sx, sy), key);
156      }      }
157      // Affine      // Affine
158        public int affineCS(int into, Object key,
159                float depth, float cx, float cy,
160                float x_x, float x_y, float y_x, float y_y) {
161            return matcher.addSub(into,
162                    af().affineCoordsys(into, depth, cx, cy,
163                            x_x, x_y, y_x, y_y), key
164                );
165        }
166      public int rotateCS(int into, Object key, float degrees) {      public int rotateCS(int into, Object key, float degrees) {
167          return matcher.addSub(into, af().rotate(into, degrees), key);          return matcher.addSub(into, af().rotate(into, degrees), key);
168      }      }

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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