Skip to content

DotNet.Astronomy.Record.SectorGridPosition

github-actions[bot] edited this page Sep 20, 2026 · 11 revisions

EliteDangerousAlmanac / Astronomy / SectorGridPosition

Record: SectorGridPosition

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/SectorName.cs:19

Where a sector sits on the galaxy's grid of sector cubes.

Remarks

One step along an axis is one sector cube of 1280 light years. The X and Z axes hold the whole seven-bit range. A system address carries six bits for Y, so a real system reaches only zero through 63 there, although the naming itself reads all three the same way.

Constructors

new SectorGridPosition()

new SectorGridPosition(SectorX, SectorY, SectorZ)

Parameters

SectorX

int

The sector index along the galactic X axis, zero through 127.

SectorY

int

The sector index along the galactic Y axis.

SectorZ

int

The sector index along the galactic Z axis, zero through 127.

Properties

SectorX

SectorX: int

The sector index along the galactic X axis, zero through 127.

SectorY

SectorY: int

The sector index along the galactic Y axis.

SectorZ

SectorZ: int

The sector index along the galactic Z axis, zero through 127.

.NET

Guides
Astronomy
Classes (16)
Records (29)
Enumerations (6)
Commodities
Classes (2)
Records (1)
Enumerations (1)
Equipment
Classes (8)
Records (19)
Enumerations (8)
GalaxyMap
Classes (1)
Records (1)
Localization
Classes (2)
Enumerations (1)
Materials
Classes (5)
Records (2)
Enumerations (4)
Ships
Classes (42)
Records (115)
Interfaces (1)
Enumerations (35)

Clone this wiki locally