Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    Interpolator.Vector2 Class

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

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

    Methods


    Cubic(ref Vector2, ref Vector2, ref Vector2, ref Vector2, Single, out Vector2)

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

    Linear(ref Vector2, ref Vector2, Single, out Vector2)

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

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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