(array)
| 70981 | return this.check(); |
| 70982 | } |
| 70983 | copy(array) { |
| 70984 | this[0] = array[0]; |
| 70985 | this[1] = array[1]; |
| 70986 | this[2] = array[2]; |
| 70987 | this[3] = array[3]; |
| 70988 | return this.check(); |
| 70989 | } |
| 70990 | fromObject(object) { |
| 70991 | if ((0, _common.config).debug) { |
| 70992 | (0, _validators.checkNumber)(object.x); |