Skip to content

Commit

Permalink
refactor(geom-hull): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 10, 2021
1 parent 2a28996 commit 6fca276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geom-hull/src/graham-scan.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EPS } from "@thi.ng/math";
import { EPS } from "@thi.ng/math/api";
import type { ReadonlyVec, Vec } from "@thi.ng/vectors";

const atan2 = Math.atan2;
Expand Down

0 comments on commit 6fca276

Please sign in to comment.