Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    Interpolator.Vector4 Class

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

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

    Methods


    Cubic(ref Vector4, ref Vector4, ref Vector4, ref Vector4, Single, out Vector4)

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

    Linear(ref Vector4, ref Vector4, Single, out Vector4)

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

    • Improve this Doc
    • View Source
    In This Article
    In This Article
    • Methods
      • Cubic(ref Vector4, ref Vector4, ref Vector4, ref Vector4, Single, out Vector4)
      • Linear(ref Vector4, ref Vector4, Single, out Vector4)

    Back to top

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