DotNet.Astronomy.Record.AbsoluteBoxel - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / AbsoluteBoxel
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/SystemAddress.cs:15
Where a boxel sits on the grid of boxels of its own size.
These are counts of boxels from the galaxy corner, not light years. One step is one boxel edge, which MassCode.BoxelEdgeLy reads for a size class.
new AbsoluteBoxel(
X,Y,Z)
int
The boxel index along the galactic X axis.
int
The boxel index along the galactic Y axis.
int
The boxel index along the galactic Z axis.
X:
int
The boxel index along the galactic X axis.
Y:
int
The boxel index along the galactic Y axis.
Z:
int
The boxel index along the galactic Z axis.