UNPKG

@thi.ng/geom

Version:

Functional, polymorphic API for 2D geometry types & SVG generation

11 lines (10 loc) 284 B
import * as isec from "@thi.ng/geom-isec/api"; import * as sample from "@thi.ng/geom-resample/api"; const IntersectionType = isec.IntersectionType; const NONE = isec.NONE; const setDefaultSamples = sample.setDefaultSamples; export { IntersectionType, NONE, setDefaultSamples };