(x, y, z, w)
| 74688 | return this.check(); |
| 74689 | } |
| 74690 | set(x, y, z, w) { |
| 74691 | this[0] = x; |
| 74692 | this[1] = y; |
| 74693 | this[2] = z; |
| 74694 | this[3] = w; |
| 74695 | return this.check(); |
| 74696 | } |
| 74697 | fromObject(object) { |
| 74698 | this[0] = object.x; |
| 74699 | this[1] = object.y; |