RPE Chart Utils
    Preparing search index...

    Function calculateEasingValue

    • Evaluate easing value at progress x, with optional sub-range [easingLeft, easingRight]. This maps x ∈ [0,1] through the easing curve restricted to the sub-range.

      Parameters

      • func: (x: number) => number
      • x: number
      • easingLeft: number = 0
      • easingRight: number = 1

      Returns number