docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method slerp

    slerp(quaternion, quaternion, float)

    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.

    float t

    The interpolation parameter.

    Returns
    Type Description
    quaternion

    The spherical linear interpolation of two quaternions.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)