Table of Contents

Class Interpolator

Namespace
Stride.Animations
Assembly
Stride.Engine.dll

Various helper functions for float, Vector2, Vector3, Vector4 and Quaternion interpolations.

public static class Interpolator
Inheritance
Interpolator

Methods

Cubic(float, float, float, float, float)

public static float Cubic(float value1, float value2, float value3, float value4, float t)

Parameters

value1 float
value2 float
value3 float
value4 float
t float

Returns

float

Linear(float, float, float)

public static float Linear(float value1, float value2, float t)

Parameters

value1 float
value2 float
t float

Returns

float