• Performs a linear interpolation between two vec3's

    Parameters

    • out: any

      the receiving vector

    • a: any

      the first operand

    • b: any

      the second operand

    • t: number

      interpolation amount between the two inputs

    Returns any

    out

Generated using TypeDoc