Class JBeamBurnEfficiencyPoint
- Namespace
- LibreRally.Vehicle.JBeam
- Assembly
- LibreRally.dll
Represents one point on the engine burn curve.
public record JBeamBurnEfficiencyPoint : IEquatable<JBeamBurnEfficiencyPoint>
- Inheritance
-
JBeamBurnEfficiencyPoint
- Implements
- Inherited Members
Constructors
JBeamBurnEfficiencyPoint(float, float)
Represents one point on the engine burn curve.
public JBeamBurnEfficiencyPoint(float Throttle, float Efficiency)
Parameters
ThrottlefloatThrottle fraction in the range 0-1.
EfficiencyfloatResulting thermal conversion value for the point.
Properties
Efficiency
Resulting thermal conversion value for the point.
public float Efficiency { get; init; }
Property Value
Throttle
Throttle fraction in the range 0-1.
public float Throttle { get; init; }