(array)
| 69077 | return this.check(); |
| 69078 | } |
| 69079 | copy(array) { |
| 69080 | this[0] = array[0]; |
| 69081 | this[1] = array[1]; |
| 69082 | return this.check(); |
| 69083 | } |
| 69084 | fromObject(object) { |
| 69085 | if ((0, _common.config).debug) { |
| 69086 | (0, _validators.checkNumber)(object.x); |