VelocityChangeEfficiency

data class VelocityChangeEfficiency(val acceleration: Ratio, val deceleration: Ratio)

Specifies the ratio by which energy is converted during velocity changes.

Parameters

acceleration

KineticEnergyGained/ChemicalEnergyConsumed

deceleration

ChemicalEnergySaved/KineticEnergyLost

Constructors

Link copied to clipboard
constructor(acceleration: Ratio, deceleration: Ratio)

Properties

Link copied to clipboard
Link copied to clipboard