gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz/vob VobPlacer.java


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gzz/vob VobPlacer.java
Date: Fri, 30 Aug 2002 03:54:12 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/08/30 03:54:12

Modified files:
        gzz/vob        : VobPlacer.java 

Log message:
        Doc

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/vob/VobPlacer.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gzz/gzz/vob/VobPlacer.java
diff -c gzz/gzz/vob/VobPlacer.java:1.4 gzz/gzz/vob/VobPlacer.java:1.5
*** gzz/gzz/vob/VobPlacer.java:1.4      Mon Aug 26 11:36:26 2002
--- gzz/gzz/vob/VobPlacer.java  Fri Aug 30 03:54:12 2002
***************
*** 41,46 ****
--- 41,54 ----
       *        obtained from the VobCoorder
       */
      void put(Vob vob, int coordsys);
+     /** Place a <code>Vob</code> onto this scene, using two
+      * coordinate systems.
+      * This call is used e.g. for connectors which move along with two 
different
+      * coordinate systems.. 
+      *  @param vob   the vob to be placed
+      *  @param coordsys The index of the coordinate system, 
+      *        obtained from the VobCoorder
+      */
      void put(Vob vob, int coordsys1, int coordsys2);
  }
  




reply via email to

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