VelocityChangeEfficiency

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

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

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

Parameters

acceleration

KineticEnergyGained/ChemicalEnergyConsumed

deceleration

ChemicalEnergySaved/KineticEnergyLost

Constructors

Link copied to clipboard
fun VelocityChangeEfficiency(acceleration: Double, deceleration: Double)

Properties

Link copied to clipboard
Link copied to clipboard