UNPKG

@tubular/astronomy

Version:

Astronomical calculations for planetary positions, moon phases, eclipses, rise, transit, and set times, and more.

8 lines 265 B
import { SphericalPosition3D } from '@tubular/math'; export declare class MeeusMoon { private cachedTimes; private cachedPositions; constructor(); getEclipticPosition(time_JDE: number): SphericalPosition3D; } //# sourceMappingURL=meeus-moon.d.ts.map