astro.Interface.GalacticPlanePosition - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / astro / GalacticPlanePosition

Interface: 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.

Example

import type { GalacticPlanePosition } from '@elite-dangerous-almanac/core/astro/codex-region';

const point: GalacticPlanePosition = { x: 0, z: 0 };

Extended by

Properties

x

readonly x: number

Defined in: src/astro/codex-region.ts:41

Galactic X coordinate, in light-years.


z

readonly z: number

Defined in: src/astro/codex-region.ts:43

Galactic Z coordinate, in light-years.

⚠️ **GitHub.com Fallback** ⚠️