UNPKG

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) 734 B
/** Venus' radius in meters */ export declare const VENUS_RADIUS = 6051800; /** Venus' equitorial radius in meters */ export declare const VENUS_RADIUS_EQUATORIAL = 6051800; /** Venus' polar radius in meters */ export declare const VENUS_RADIUS_POLAR = 6051800; /** The average circumference of Venus in meters. */ export declare const VENUS_CIRCUMFERENCE = 38024580.84198942; /** * The altitude of the highest known point on Venus in meters. * https://en.wikipedia.org/wiki/Maxwell_Montes */ export declare const VENUS_HIGHEST_ALTITUDE = 11000; /** * The altitude of the lowest known point on Venus in meters. * https://en.wikipedia.org/wiki/List_of_Solar_System_extremes */ export declare const VENUS_LOWEST_ALTITUDE = -3000;