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) • 728 B
TypeScript
/** Moon's radius in meters */
export declare const MOON_RADIUS = 1737400;
/** Moon's equitorial radius in meters */
export declare const MOON_RADIUS_EQUATORIAL = 1738100;
/** Moon's polar radius in meters */
export declare const MOON_RADIUS_POLAR = 1736000;
/** The average circumference of the Moon in meters. */
export declare const MOON_CIRCUMFERENCE = 10916406.152693814;
/**
* The altitude of the highest known point on the Moon in meters.
* https://www.lroc.asu.edu/images/249
*/
export declare const MOON_HIGHEST_ALTITUDE = 10786;
/**
* The altitude of the lowest known point on the Moon in meters.
* https://en.wikipedia.org/wiki/Antoniadi_%28lunar_crater%29
*/
export declare const MOON_LOWEST_ALTITUDE = -9178;