(t)
| 25759 | return l; |
| 25760 | } |
| 25761 | render(t) { |
| 25762 | const e = null == t ? (t = new JF()) : void 0, |
| 25763 | { points: n, halfedges: r, triangles: i } = this; |
| 25764 | for (let e = 0, o = r.length; e < o; ++e) { |
| 25765 | const o = r[e]; |
| 25766 | if (o < e) continue; |
| 25767 | const a = 2 * i[e], |
| 25768 | s = 2 * i[o]; |
| 25769 | (t.moveTo(n[a], n[a + 1]), t.lineTo(n[s], n[s + 1])); |
| 25770 | } |
| 25771 | return (this.renderHull(t), e && e.value()); |
| 25772 | } |
| 25773 | renderPoints(t, e) { |
| 25774 | (void 0 !== e || |
| 25775 | (t && "function" == typeof t.moveTo) || |
nothing calls this directly
no test coverage detected