/[libvob]/libvob/org/nongnu/libvob/VobCoorder.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/VobCoorder.java

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

revision 1.3 by mudyc, Wed Apr 23 23:41:32 2003 UTC revision 1.4 by tjl, Thu Apr 24 12:04:13 2003 UTC
# Line 128  public abstract class VobCoorder { Line 128  public abstract class VobCoorder {
128          return cull(parent, parent, clip);          return cull(parent, parent, clip);
129      }      }
130    
131      /** XXX Dear Tuomas, document this.      /** Create a new transformation that is the concatenation
132         * of two existing transformations.
133         * If we look at the transformations as x' = f(x) and x' = g(x) then
134         * the result of this operation is a transformation h,
135         * for which h(x) = f(g(x)) always.
136       */       */
137      public int concat(int foo, int bar) {      public int concat(int f, int g) {
138          throw new Error("\n\nDear Tuomas, \n\ndocument concat "+          throw new Error("Not implemented in this coorder\n\n");
                         "coordsys and make it more usable "+  
                         "for awt\n\n");  
139      }      }
140    
141      /** Get the size of the "unit square" of the given coordinate      /** Get the size of the "unit square" of the given coordinate

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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