UNPKG

proj4

Version:

Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.

12 lines (11 loc) 251 B
export function eccentricity(a: any, b: any, rf: any, R_A: any): { es: number; e: number; ep2: number; }; export function sphere(a: any, b: any, rf: any, ellps: any, sphere: any): { a: any; b: any; rf: any; sphere: any; };