Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / JU / T4.js
index f38c063..90e53ba 100644 (file)
@@ -1,37 +1,37 @@
-Clazz.declarePackage ("JU");\r
-Clazz.load (["JU.T3"], "JU.T4", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.w = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, JU, "T4", JU.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 JU.T3.floatToIntBits0 (this.x) ^ JU.T3.floatToIntBits0 (this.y) ^ JU.T3.floatToIntBits0 (this.z) ^ JU.T3.floatToIntBits0 (this.w);\r
-});\r
-Clazz.overrideMethod (c$, "equals", \r
-function (o) {\r
-if (!(Clazz.instanceOf (o, JU.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 ("JU");
+Clazz.load (["JU.T3"], "JU.T4", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.w = 0;
+Clazz.instantialize (this, arguments);
+}, JU, "T4", JU.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 JU.T3.floatToIntBits0 (this.x) ^ JU.T3.floatToIntBits0 (this.y) ^ JU.T3.floatToIntBits0 (this.z) ^ JU.T3.floatToIntBits0 (this.w);
+});
+Clazz.overrideMethod (c$, "equals", 
+function (o) {
+if (!(Clazz.instanceOf (o, JU.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 + "]";
+});
+});