Search Results for

    Show / Hide Table of Contents

    Method SlerpUnclamped

    SlerpUnclamped(Quaternion, Quaternion, Single)

    Interpolates between two quaternions, using spherical linear interpolation. The parameter /t/ is not clamped.

    Declaration
    public static Quaternion SlerpUnclamped(Quaternion a, Quaternion b, float t)
    Parameters
    Type Name Description
    Quaternion a
    Quaternion b
    System.Single t
    Returns
    Type Description
    Quaternion
    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX