Skip to content

astro.Interface.HandAuthoredSphere

github-actions[bot] edited this page Aug 26, 2026 · 74 revisions

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

Interface: HandAuthoredSphere

Defined in: src/astro/hand-authored-regions.ts:41

One sphere of a hand-authored region (centre and radius in light-years).

Example

import type { HandAuthoredSphere } from '@elite-dangerous-almanac/core/astro/hand-authored-regions';

const sphere: HandAuthoredSphere = { cx: -80.6, cy: -146.7, cz: -343.3, r: 100 };

Properties

cx

readonly cx: number

Defined in: src/astro/hand-authored-regions.ts:43

Sphere centre X in light-years (Sol at origin).


cy

readonly cy: number

Defined in: src/astro/hand-authored-regions.ts:45

Sphere centre Y in light-years.


cz

readonly cz: number

Defined in: src/astro/hand-authored-regions.ts:47

Sphere centre Z in light-years.


r

readonly r: number

Defined in: src/astro/hand-authored-regions.ts:49

Sphere radius in light-years.

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (16)
Type Aliases (3)
Variables (11)
Functions (37)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally