Package com.tomtom.sdk.common.math

Functions

Link copied to clipboard
fun lerp(    start: Double,     stop: Double,     @FloatRange(from = 0.0, to = 1.0) fraction: Double): Double

Linearly interpolate between start and stop with fraction between them.