• Performs a spherical linear interpolation between two quat

    Parameters

    • out: quat

      the receiving quaternion

    • a: ReadonlyQuat

      the first operand

    • b: ReadonlyQuat

      the second operand

    • t: number

      interpolation amount, in the range [0-1], between the two inputs

    Returns quat

    out

Generated using TypeDoc