UNPKG

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) 397 B
/** Jupter's radius in meters */ export declare const JUPITER_RADIUS = 69911000; /** Jupter's equitorial radius in meters */ export declare const JUPITER_RADIUS_EQUATORIAL = 71492000; /** Jupter's polar radius in meters */ export declare const JUPITER_RADIUS_POLAR = 66854000; /** The average circumference of Jupiter in meters. */ export declare const JUPITER_CIRCUMFERENCE = 439263768.01023203;