Table of Contents

Class JBeamTorquePoint

Namespace
LibreRally.Vehicle.JBeam
Assembly
LibreRally.dll

A point on a Torque curve.

public record JBeamTorquePoint : IEquatable<JBeamTorquePoint>
Inheritance
JBeamTorquePoint
Implements
Inherited Members

Constructors

JBeamTorquePoint(float, float)

A point on a Torque curve.

public JBeamTorquePoint(float Rpm, float Torque)

Parameters

Rpm float

Engine RPM.

Torque float

Torque in Nm.

Properties

Rpm

Engine RPM.

public float Rpm { get; init; }

Property Value

float

Torque

Torque in Nm.

public float Torque { get; init; }

Property Value

float