gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/org/nongnu/libvob VobCoorder.java


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob/org/nongnu/libvob VobCoorder.java
Date: Thu, 24 Apr 2003 08:04:13 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Tuomas J. Lukka <address@hidden>        03/04/24 08:04:13

Modified files:
        org/nongnu/libvob: VobCoorder.java 

Log message:
        Doc. Dear Matti, please use the journal system for tasks as it is 
intended to be, not the source code.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/VobCoorder.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/VobCoorder.java
diff -u libvob/org/nongnu/libvob/VobCoorder.java:1.3 
libvob/org/nongnu/libvob/VobCoorder.java:1.4
--- libvob/org/nongnu/libvob/VobCoorder.java:1.3        Wed Apr 23 19:41:32 2003
+++ libvob/org/nongnu/libvob/VobCoorder.java    Thu Apr 24 08:04:13 2003
@@ -128,12 +128,14 @@
        return cull(parent, parent, clip);
     }
 
-    /** XXX Dear Tuomas, document this.
+    /** Create a new transformation that is the concatenation 
+     * of two existing transformations.
+     * If we look at the transformations as x' = f(x) and x' = g(x) then
+     * the result of this operation is a transformation h,
+     * for which h(x) = f(g(x)) always.
      */
-    public int concat(int foo, int bar) {
-       throw new Error("\n\nDear Tuomas, \n\ndocument concat "+
-                       "coordsys and make it more usable "+
-                       "for awt\n\n");
+    public int concat(int f, int g) {
+       throw new Error("Not implemented in this coorder\n\n");
     }
 
     /** Get the size of the "unit square" of the given coordinate




reply via email to

[Prev in Thread] Current Thread [Next in Thread]