s2maps-gpu
Version:
S2 Maps GPU - An open source, high-performance, and GPU-accelerated map engine for rendering large-scale, interactive maps.
19 lines (18 loc) • 725 B
TypeScript
/** Pluto's radius in meters */
export declare const PLUTO_RADIUS = 1188000;
/** Pluto's equitorial radius in meters */
export declare const PLUTO_RADIUS_EQUATORIAL = 1188000;
/** Pluto's polar radius in meters */
export declare const PLUTO_RADIUS_POLAR = 1188000;
/** The average circumference of Pluto in meters. */
export declare const PLUTO_CIRCUMFERENCE = 7464424.1449293485;
/**
* The altitude of the highest known point on Pluto in meters.
* https://en.wikipedia.org/wiki/Tenzing_Montes
*/
export declare const PLUTO_HIGHEST_ALTITUDE = 6200;
/**
* The altitude of the lowest known point on Pluto in meters.
* https://www.lpi.usra.edu/features/070918/pluto/
*/
export declare const PLUTO_LOWEST_ALTITUDE = -3500;