UNPKG

@allmaps/transform

Version:

Coordinate transformation functions

3 lines (2 loc) 122 B
import type { Point } from '@allmaps/types'; export declare function euclideanNorm(point0: Point, point1: Point): number;