Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    Interpolator.Quaternion Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll
    System.Object → Interpolator.Quaternion
    Derived from Interpolator.Quaternion:

    public static class Quaternion
    Name Description
    Methods
    Cubic(ref Quaternion, ref Quaternion, ref Quaternion, ref Quaternion, Single, out Quaternion)
    SphericalLinear(ref Quaternion, ref Quaternion, Single, out Quaternion)
    | Improve this Doc View Source

    Methods


    Cubic(ref Quaternion, ref Quaternion, ref Quaternion, ref Quaternion, Single, out Quaternion)

    public static void Cubic(ref Quaternion value1, ref Quaternion value2, ref Quaternion value3, ref Quaternion value4, float t, out Quaternion result)
    Parameters
    Type Name Description
    Quaternion value1
    Quaternion value2
    Quaternion value3
    Quaternion value4
    System.Single t
    Quaternion result

    SphericalLinear(ref Quaternion, ref Quaternion, Single, out Quaternion)

    public static void SphericalLinear(ref Quaternion value1, ref Quaternion value2, float t, out Quaternion result)
    Parameters
    Type Name Description
    Quaternion value1
    Quaternion value2
    System.Single t
    Quaternion result

    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation