AltitudeChangeEfficiency

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

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
fun AltitudeChangeEfficiency(uphill: Double, downhill: Double)

Properties

Link copied to clipboard
Link copied to clipboard