Skip to content
Ben edited this page Aug 16, 2022 · 1 revision

Returns the interpolation of a set of numbers

TRP3_API.utils.math.lerp(delta, from, to)

Arguments

  • delta: Must be a number between 0 and 1
  • from: Lower bound
  • to: Upper bound
Clone this wiki locally