Table of Contents

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

Throttle float

Throttle fraction in the range 0-1.

Efficiency float

Resulting thermal conversion value for the point.

Properties

Efficiency

Resulting thermal conversion value for the point.

public float Efficiency { get; init; }

Property Value

float

Throttle

Throttle fraction in the range 0-1.

public float Throttle { get; init; }

Property Value

float