UNPKG

ootk

Version:

Orbital Object Toolkit including Multiple Propagators, Initial Orbit Determination, and Maneuver Calculations.

8 lines (6 loc) 167 B
import { GreenwichMeanSiderealTime } from '../types/types.js'; export interface TimeVariables { gmst: GreenwichMeanSiderealTime; m: number | null; j: number; }