s2maps-gpu
Version:
S2 Maps GPU - An open source, high-performance, and GPU-accelerated map engine for rendering large-scale, interactive maps.
9 lines (8 loc) • 400 B
TypeScript
/** Neptune's radius in meters */
export declare const NEPTUNE_RADIUS = 24622000;
/** Neptune's equitorial radius in meters */
export declare const NEPTUNE_RADIUS_EQUATORIAL = 24764000;
/** Neptune's polar radius in meters */
export declare const NEPTUNE_RADIUS_POLAR = 24341000;
/** The average circumference of Neptune in meters. */
export declare const NEPTUNE_CIRCUMFERENCE = 154704588.63337576;