UNPKG

@maplat/tin

Version:

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

7 lines (6 loc) 172 B
declare module "@kninnug/constrainautor" { export default class Constrainautor { constructor(delaunay: any); constrainAll(edges: [number, number][]): void; } }