DotNet.Astronomy.Record.CodexRegionBounds - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / CodexRegionBounds
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/CodexRegion.cs:21
How far one codex region reaches on the plane of the galaxy, in light years.
The region map is flat, so a region has no height and states no bound along Y.
new CodexRegionBounds(
MinX,MaxX,MinZ,MaxZ)
double
The smallest galactic X the region reaches.
double
The largest galactic X the region reaches.
double
The smallest galactic Z the region reaches.
double
The largest galactic Z the region reaches.
MaxX:
double
The largest galactic X the region reaches.
MaxZ:
double
The largest galactic Z the region reaches.
MinX:
double
The smallest galactic X the region reaches.
MinZ:
double
The smallest galactic Z the region reaches.