DotNet.Astronomy.Record.AbsoluteBoxel - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Astronomy / AbsoluteBoxel

Record: AbsoluteBoxel

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/SystemAddress.cs:15

Where a boxel sits on the grid of boxels of its own size.

Remarks

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.

Constructors

new AbsoluteBoxel()

new AbsoluteBoxel(X, Y, Z)

Parameters

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.

Properties

X

X: int

The boxel index along the galactic X axis.

Y

Y: int

The boxel index along the galactic Y axis.

Z

Z: int

The boxel index along the galactic Z axis.

⚠️ **GitHub.com Fallback** ⚠️