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) 129 B
declare module "cdt2d" { type P2 = [number, number]; export default function cdt2d(points: P2[], edges: P2[]): number[][]; }