update of javajs package; adds org.apache.harmony, org.xml.sax.helpers
[jalview.git] / src / javajs / util / T4.java
index 535dd08..21b2741 100644 (file)
@@ -26,8 +26,7 @@ package javajs.util;
  * 
  * additions by Bob Hanson hansonr@stolaf.edu 9/30/2012
  * for unique constructor and method names
- * for the optimization of compiled JavaScript using Java2Script.
- *
+ * for the optimization of compiled JavaScript using Java2Script
  */
 public abstract class T4 extends T3 {
 
@@ -37,6 +36,13 @@ public abstract class T4 extends T3 {
   public float w;
 
   /**
+   * Constructs and initializes a Tuple4f to (0,0,0,0).
+   * 
+   */
+  public T4() {
+  }
+
+  /**
    * Sets the value of this tuple to the specified xyzw coordinates.
    * 
    * @param x