Skip to content

Commit

Permalink
refactor(geom): update vector imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 27, 2023
1 parent 95f1d64 commit 5884c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geom/src/scatter.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { IShape } from "@thi.ng/geom-api";
import { SYSTEM } from "@thi.ng/random/system";
import type { Vec } from "@thi.ng/vectors";
import { randMinMax } from "@thi.ng/vectors/random";
import { randMinMax } from "@thi.ng/vectors/rand-minmax";
import { bounds } from "./bounds.js";
import { pointInside } from "./point-inside.js";

Expand Down

0 comments on commit 5884c2b

Please sign in to comment.