Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ComputeFunctionCurveVector4 Class

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

    Function Vector4 value for the IComputeCurve interface

    System.Object → ComputeFunctionCurve<Vector4> → ComputeFunctionCurveVector4
    Derived from ComputeFunctionCurveVector4:

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

    Methods


    GetElementFrom(Single)

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

    Inherited Members

    ComputeFunctionCurve<Vector4>.PhaseShift
    ComputeFunctionCurve<Vector4>.Period
    ComputeFunctionCurve<Vector4>.Amplitude
    ComputeFunctionCurve<Vector4>.UpdateChanges()
    ComputeFunctionCurve<Vector4>.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