UNPKG

@maplat/tin

Version:

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

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