Class Interpolator.Quaternion
- Namespace
- Stride.Animations
- Assembly
- Stride.Engine.dll
public static class Interpolator.Quaternion- Inheritance
- 
      objectInterpolator.Quaternion
Methods
Cubic(ref Quaternion, ref Quaternion, ref Quaternion, ref Quaternion, float, out Quaternion)
public static void Cubic(ref Quaternion value1, ref Quaternion value2, ref Quaternion value3, ref Quaternion value4, float t, out Quaternion result)Parameters
- value1Quaternion
- value2Quaternion
- value3Quaternion
- value4Quaternion
- tfloat
- resultQuaternion
SphericalLinear(ref Quaternion, ref Quaternion, float, out Quaternion)
public static void SphericalLinear(ref Quaternion value1, ref Quaternion value2, float t, out Quaternion result)Parameters
- value1Quaternion
- value2Quaternion
- tfloat
- resultQuaternion