RPE Chart Utils
    Preparing search index...

    Function calculateEasingIntegral

    • Calculate the normalized integral of an easing curve from 0 to x. Used for speed event height calculations.

      Parameters

      • type: number

        Easing type (1–28).

      • x: number

        Progress ∈ [0, 1].

      • easingLeft: number = 0

        Left sub-range boundary.

      • easingRight: number = 1

        Right sub-range boundary.

      Returns number