ships.TypeAlias.GunsightOffset - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / GunsightOffset
GunsightOffset = readonly [
number,number]
Defined in: src/ships/gunsights.ts:27
One fixed weapon's camera-relative origin in metres.
The first value is horizontal: positive points right. The second is vertical: positive points up. Divide each value by a positive target range in metres to obtain the corresponding angular tangent; projectGunsight performs that operation.