mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +00:00
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to package.json. Generate initial API reference pages. Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
716 B
716 B
moon-sighting / StateVector
Interface: StateVector
Defined in: types.ts:7
Position + velocity state vector from the ephemeris
Properties
position
position:
Vec3
Defined in: types.ts:8
velocity
velocity:
Vec3
Defined in: types.ts:9