Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    Interpolator.Vector3 Class

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

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

    Methods


    Cubic(ref Vector3, ref Vector3, ref Vector3, ref Vector3, Single, out Vector3)

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

    Linear(ref Vector3, ref Vector3, Single, out Vector3)

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

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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