UNPKG

keplerian-core

Version:

High-performance TypeScript library for orbital mechanics calculations, providing numerical integration, state propagation, and perturbation modeling for Keplerian orbits.

11 lines 445 B
export * from './physics/forces.ts'; export * from './physics/integrators/index.ts'; export * from './physics/orbit-determination.ts'; export * from './physics/event-detection.ts'; export * from './physics/maneuvers.ts'; export * from './simulation.ts'; export * from './types/physics.ts'; export * from './constants/astrodynamics.ts'; export * from './utils/coordinates.ts'; export * from './utils/export.ts'; export * from './utils/vector.ts';