AltitudeChangeEfficiency

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

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

Important: This is a Public Preview API. It may be changed or removed at any time.

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