lerp

abstract fun lerp(start: T, end: T, progress: Float): T(source)

Interpolates between start and end (inclusive).

Return

the value

Parameters

start

value

end

value

progress

between start and end in the range 0-1