(array)
| 75619 | throw new Error("not implemented"); |
| 75620 | } |
| 75621 | copy(array) { |
| 75622 | this[0] = array[0]; |
| 75623 | this[1] = array[1]; |
| 75624 | this[2] = array[2]; |
| 75625 | this[3] = Number.isFinite(array[3]) || this.order; |
| 75626 | return this.check(); |
| 75627 | } |
| 75628 | set(x = 0, y = 0, z = 0, order) { |
| 75629 | this[0] = x; |
| 75630 | this[1] = y; |
no test coverage detected