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

EliteDangerousAlmanac / Ships / ThrusterCurveParams

Record: ThrusterCurveParams

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Mobility.cs:17

One post-engineering thruster performance curve.

Remarks

Every value must be finite and zero or more, and the masses and the multipliers must follow the order IMassCurve documents.

Constructors

new ThrusterCurveParams()

new ThrusterCurveParams(MinMass, OptMass, MaxMass, MinMultiplier, OptMultiplier, MaxMultiplier)

Parameters

MinMass

double

The loaded mass at which performance reaches the maximum multiplier, in tonnes.

OptMass

double

The loaded mass at which performance is exactly the optimal multiplier, in tonnes.

MaxMass

double

The largest loaded mass the thrusters can move, in tonnes.

MinMultiplier

double

The performance multiplier at the maximum mass.

OptMultiplier

double

The performance multiplier at the optimal mass.

MaxMultiplier

double

The performance multiplier at the minimum mass.

Properties

MaxMass

MaxMass: double

The largest loaded mass the thrusters can move, in tonnes.

MaxMultiplier

MaxMultiplier: double

The performance multiplier at the minimum mass.

MinMass

MinMass: double

The loaded mass at which performance reaches the maximum multiplier, in tonnes.

MinMultiplier

MinMultiplier: double

The performance multiplier at the maximum mass.

OptMass

OptMass: double

The loaded mass at which performance is exactly the optimal multiplier, in tonnes.

OptMultiplier

OptMultiplier: double

The performance multiplier at the optimal mass.

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