Chalkboard - v3.0.1
    Preparing search index...

    Function qerp

    • Calculates the quadratic interpolation between three points.

      Parameters

      • p1: [number, number]

        The first point

      • p2: [number, number]

        The second point

      • p3: [number, number]

        The third point

      • t: number

        The variable

      Returns number