Class ComputeAnimationCurveVector3
- Namespace
- Stride.Animations
- Assembly
- Stride.Engine.dll
Constant Vector3 value for the IComputeCurve interface
[DataContract("ComputeAnimationCurveVector3")]
[Display("Animation", null, Expand = ExpandRule.Never)]
public class ComputeAnimationCurveVector3 : ComputeAnimationCurve<Vector3>, IComparer<AnimationKeyFrame<Vector3>>, IComparer, IComputeCurve<Vector3>, IComputeCurve
- Inheritance
-
ComputeAnimationCurveVector3
- Implements
- Inherited Members
Methods
Cubic(ref Vector3, ref Vector3, ref Vector3, ref Vector3, float, out Vector3)
public override void Cubic(ref Vector3 value1, ref Vector3 value2, ref Vector3 value3, ref Vector3 value4, float t, out Vector3 result)
Parameters
Linear(ref Vector3, ref Vector3, float, out Vector3)
public override void Linear(ref Vector3 value1, ref Vector3 value2, float t, out Vector3 result)