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) • 411 B
JavaScript
/** Neptune's radius in meters */
export const NEPTUNE_RADIUS = 24_622_000;
/** Neptune's equitorial radius in meters */
export const NEPTUNE_RADIUS_EQUATORIAL = 24_764_000;
/** Neptune's polar radius in meters */
export const NEPTUNE_RADIUS_POLAR = 24_341_000;
/** The average circumference of Neptune in meters. */
export const NEPTUNE_CIRCUMFERENCE = 154_704_588.63337576; // 2.0 * Math.PI * NEPTUNE_RADIUS;