AltitudeChangeEfficiency

data class AltitudeChangeEfficiency(val uphill: Ratio, val downhill: Ratio)

Specifies the ratio by which energy is converted for altitude changes.

Parameters

uphill

PotentialEnergyGained/ChemicalEnergyConsumed

downhill

ChemicalEnergySaved/PotentialEnergyLost

Constructors

Link copied to clipboard
constructor(uphill: Ratio, downhill: Ratio)

Properties

Link copied to clipboard
Link copied to clipboard