()
| 7551 | this._init(); |
| 7552 | } |
| 7553 | update() { |
| 7554 | this.delaunay.update(); |
| 7555 | this._init(); |
| 7556 | return this; |
| 7557 | } |
| 7558 | _init() { |
| 7559 | const {delaunay: {points, hull, triangles}, vectors} = this; |
| 7560 | let bx, by; // lazily computed barycenter of the hull |
no test coverage detected