DotNet.Ships.Record.GunsightOffset - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / GunsightOffset

Record: GunsightOffset

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Gunsights.cs:14

One fixed weapon's camera-relative origin, in metres.

Remarks

Divide each figure by a target range in metres to obtain the corresponding angular tangent.

Constructors

new GunsightOffset()

new GunsightOffset(HorizontalMetres, VerticalMetres)

Parameters

HorizontalMetres

double

The horizontal offset. A positive figure points right.

VerticalMetres

double

The vertical offset. A positive figure points up.

Properties

HorizontalMetres

HorizontalMetres: double

The horizontal offset. A positive figure points right.

VerticalMetres

VerticalMetres: double

The vertical offset. A positive figure points up.

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