Skip to content

Commit

Permalink
refactor(poisson): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 24, 2020
1 parent fad6887 commit 601f716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/poisson/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isNumber } from "@thi.ng/checks";
import { ISpatialSet } from "@thi.ng/geom-api";
import { IRandom, SYSTEM } from "@thi.ng/random";
import { jitter as _jitter, ReadonlyVec, Vec } from "@thi.ng/vectors";
import type { ISpatialSet } from "@thi.ng/geom-api";

export type PointGenerator = (rnd: IRandom) => Vec;
export type DensityFunction = (pos: ReadonlyVec) => number;
Expand Down

0 comments on commit 601f716

Please sign in to comment.