Update dependenceis

This commit is contained in:
be5invis 2020-06-14 17:23:42 -07:00
parent bc37121576
commit 40baf6bca9
4 changed files with 6 additions and 6 deletions

View file

@ -182,7 +182,7 @@ function autoCubify(arc, err) {
if (s > 0) offPoints.push(z0);
offPoints.push(z1, z2);
const bezArc = new typoGeom.Curve.Bez3(z0, z1, z2, z3);
const bezArc = new typoGeom.Arc.Bez3(z0, z1, z2, z3);
for (let k = 1; k < perSegHits; k++) {
const tk = k / perSegHits;