docs.unity.cn
    Show / Hide Table of Contents

    Method slerp

    slerp(quaternion, quaternion, Single)

    Returns the result of a spherical interpolation between two quaternions q1 and a2 using an interpolation parameter t.

    Declaration
    public static quaternion slerp(quaternion q1, quaternion q2, float t)
    Parameters
    Type Name Description
    quaternion q1

    The first quaternion.

    quaternion q2

    The second quaternion.

    Single t

    The interpolation parameter.

    Returns
    Type Description
    quaternion

    The spherical linear interpolation of two quaternions.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 29, 2022
    Terms of use