Function lerp

  • Interpolates linearly between two values a and b based on the parametric value t.

    Parameters

    • a: any
    • b: any
    • t: any

    Returns any

Generated using TypeDoc