Skip to content

astro.Interface.AbsoluteBoxel

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

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

Interface: AbsoluteBoxel

Defined in: src/astro/system-address.ts:69

A boxel's position on the per-size-class boxel grid, counted from the galaxy corner.

Remarks

These are grid indices, not light-years: one step is one boxel edge, which depends on the size class (boxelEdgeLy from ./mass-code converts).

Example

import { decodeSystemAddress } from '@elite-dangerous-almanac/core/astro/system-address';
import type { AbsoluteBoxel } from '@elite-dangerous-almanac/core/astro/system-address';

const boxel: AbsoluteBoxel = decodeSystemAddress(3309179996515n).absoluteBoxel;

Properties

x

readonly x: number

Defined in: src/astro/system-address.ts:71

Boxel index along the galactic X axis.


y

readonly y: number

Defined in: src/astro/system-address.ts:73

Boxel index along the galactic Y axis.


z

readonly z: number

Defined in: src/astro/system-address.ts:75

Boxel index along the galactic Z axis.

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