DotNet.Astronomy.Record.SectorGridPosition - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / SectorGridPosition
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/SectorName.cs:19
Where a sector sits on the galaxy's grid of sector cubes.
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.
new SectorGridPosition(
SectorX,SectorY,SectorZ)
int
The sector index along the galactic X axis, zero through 127.
int
The sector index along the galactic Y axis.
int
The sector index along the galactic Z axis, zero through 127.
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.