()
| 25797 | return (t.closePath(), e && e.value()); |
| 25798 | } |
| 25799 | hullPolygon() { |
| 25800 | const t = new ZF(); |
| 25801 | return (this.renderHull(t), t.value()); |
| 25802 | } |
| 25803 | renderTriangle(t, e) { |
| 25804 | const n = null == e ? (e = new JF()) : void 0, |
| 25805 | { points: r, triangles: i } = this, |
nothing calls this directly
no test coverage detected