Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ComputeFunctionCurveVector2 Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll

    Function Vector2 value for the IComputeCurve interface

    System.Object → ComputeFunctionCurve<Vector2> → ComputeFunctionCurveVector2
    Derived from ComputeFunctionCurveVector2:

    [DataContract("ComputeFunctionCurveVector2")]
    [Display("Function", null)]
    public class ComputeFunctionCurveVector2 : ComputeFunctionCurve<Vector2>, IComputeCurve<Vector2>, IComputeCurve
    Name Description
    Methods
    GetElementFrom(Single)
    | Improve this Doc View Source

    Methods


    GetElementFrom(Single)

    protected override Vector2 GetElementFrom(float value)
    Parameters
    Type Name Description
    System.Single value
    Returns
    Type Description
    Vector2
    Overrides
    Stride.Animations.ComputeFunctionCurve<Stride.Core.Mathematics.Vector2>.GetElementFrom(System.Single)

    Inherited Members

    ComputeFunctionCurve<Vector2>.PhaseShift
    ComputeFunctionCurve<Vector2>.Period
    ComputeFunctionCurve<Vector2>.Amplitude
    ComputeFunctionCurve<Vector2>.UpdateChanges()
    ComputeFunctionCurve<Vector2>.Evaluate(Single)

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

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