UNPKG

@maplat/tin

Version:

JavaScript library which performs homeomorphic conversion mutually between the coordinate systems of two planes based on the control points.

11 lines (10 loc) 251 B
export { Constrain } from "./constrain.ts"; export { nextEdge, prevEdge, intersectSegments, type DelaunatorLike, Base, } from "./base.ts"; export { BitSet8, BitSet16, BitSet32 } from "./bitset.ts"; export type { BitSet } from "./bitset.ts";