UNPKG

@thi.ng/geom

Version:

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

3 lines 208 B
import type { ReadonlyVec, VecPair } from "@thi.ng/vectors"; export declare const __edges: (vertices: Iterable<ReadonlyVec>, closed?: boolean) => IterableIterator<VecPair>; //# sourceMappingURL=edges.d.ts.map