astro.Interface.GalacticPlanePosition - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / GalacticPlanePosition
Defined in: src/astro/codex-region.ts:39
A 2-D point on the galactic plane (X east/west, Z toward/away from the core), in light-years.
import type { GalacticPlanePosition } from '@elite-dangerous-almanac/core/astro/codex-region';
const point: GalacticPlanePosition = { x: 0, z: 0 };
readonlyx:number
Defined in: src/astro/codex-region.ts:41
Galactic X coordinate, in light-years.
readonlyz:number
Defined in: src/astro/codex-region.ts:43
Galactic Z coordinate, in light-years.