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

EliteDangerousAlmanac / Astronomy / CodexRegionBounds

Record: 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.

Remarks

The region map is flat, so a region has no height and states no bound along Y.

Constructors

new CodexRegionBounds()

new CodexRegionBounds(MinX, MaxX, MinZ, MaxZ)

Parameters

MinX

double

The smallest galactic X the region reaches.

MaxX

double

The largest galactic X the region reaches.

MinZ

double

The smallest galactic Z the region reaches.

MaxZ

double

The largest galactic Z the region reaches.

Properties

MaxX

MaxX: double

The largest galactic X the region reaches.

MaxZ

MaxZ: double

The largest galactic Z the region reaches.

MinX

MinX: double

The smallest galactic X the region reaches.

MinZ

MinZ: double

The smallest galactic Z the region reaches.

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