UNPKG

@maplat/tin

Version:

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

6 lines (5 loc) 249 B
import { TinsBD } from '@maplat/transform'; import { SearchIndex } from "./searchutils"; type ConstraintEdges = number[][]; export declare function resolveOverlaps(tins: TinsBD, searchIndex: SearchIndex, edges: ConstraintEdges): boolean; export {};