JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / javajs / util / T4.js
index 3ea8edd..d33a2c7 100644 (file)
@@ -1,37 +1,37 @@
-Clazz.declarePackage ("javajs.util");\r
-Clazz.load (["javajs.util.T3"], "javajs.util.T4", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.w = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, javajs.util, "T4", javajs.util.T3);\r
-Clazz.defineMethod (c$, "set4", \r
-function (x, y, z, w) {\r
-this.x = x;\r
-this.y = y;\r
-this.z = z;\r
-this.w = w;\r
-}, "~N,~N,~N,~N");\r
-Clazz.defineMethod (c$, "scale4", \r
-function (s) {\r
-this.scale (s);\r
-this.w *= s;\r
-}, "~N");\r
-Clazz.overrideMethod (c$, "hashCode", \r
-function () {\r
-return javajs.util.T3.floatToIntBits0 (this.x) ^ javajs.util.T3.floatToIntBits0 (this.y) ^ javajs.util.T3.floatToIntBits0 (this.z) ^ javajs.util.T3.floatToIntBits0 (this.w);\r
-});\r
-Clazz.overrideMethod (c$, "equals", \r
-function (o) {\r
-if (!(Clazz.instanceOf (o, javajs.util.T4))) return false;\r
-var t = o;\r
-return (this.x == t.x && this.y == t.y && this.z == t.z && this.w == t.w);\r
-}, "~O");\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-return "(" + this.x + ", " + this.y + ", " + this.z + ", " + this.w + ")";\r
-});\r
-Clazz.overrideMethod (c$, "toJSON", \r
-function () {\r
-return "[" + this.x + ", " + this.y + ", " + this.z + ", " + this.w + "]";\r
-});\r
-});\r
+Clazz.declarePackage ("javajs.util");
+Clazz.load (["javajs.util.T3"], "javajs.util.T4", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.w = 0;
+Clazz.instantialize (this, arguments);
+}, javajs.util, "T4", javajs.util.T3);
+Clazz.defineMethod (c$, "set4", 
+function (x, y, z, w) {
+this.x = x;
+this.y = y;
+this.z = z;
+this.w = w;
+}, "~N,~N,~N,~N");
+Clazz.defineMethod (c$, "scale4", 
+function (s) {
+this.scale (s);
+this.w *= s;
+}, "~N");
+Clazz.overrideMethod (c$, "hashCode", 
+function () {
+return javajs.util.T3.floatToIntBits0 (this.x) ^ javajs.util.T3.floatToIntBits0 (this.y) ^ javajs.util.T3.floatToIntBits0 (this.z) ^ javajs.util.T3.floatToIntBits0 (this.w);
+});
+Clazz.overrideMethod (c$, "equals", 
+function (o) {
+if (!(Clazz.instanceOf (o, javajs.util.T4))) return false;
+var t = o;
+return (this.x == t.x && this.y == t.y && this.z == t.z && this.w == t.w);
+}, "~O");
+Clazz.overrideMethod (c$, "toString", 
+function () {
+return "(" + this.x + ", " + this.y + ", " + this.z + ", " + this.w + ")";
+});
+Clazz.overrideMethod (c$, "toJSON", 
+function () {
+return "[" + this.x + ", " + this.y + ", " + this.z + ", " + this.w + "]";
+});
+});