(array)
| 70219 | return this.check(); |
| 70220 | } |
| 70221 | copy(array) { |
| 70222 | this[0] = array[0]; |
| 70223 | this[1] = array[1]; |
| 70224 | this[2] = array[2]; |
| 70225 | return this.check(); |
| 70226 | } |
| 70227 | fromObject(object) { |
| 70228 | if ((0, _common.config).debug) { |
| 70229 | (0, _validators.checkNumber)(object.x); |