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

EliteDangerousAlmanac / Ships / GunsightPoint

Record: GunsightPoint

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

A projected fixed-weapon point, relative to the cockpit's forward direction.

Remarks

Both figures have no unit.

Constructors

new GunsightPoint()

new GunsightPoint(HorizontalTangent, VerticalTangent)

Parameters

HorizontalTangent

double

The horizontal angular tangent. A positive figure points right.

VerticalTangent

double

The vertical angular tangent. A positive figure points up.

Properties

HorizontalTangent

HorizontalTangent: double

The horizontal angular tangent. A positive figure points right.

VerticalTangent

VerticalTangent: double

The vertical angular tangent. A positive figure points up.

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