Table of Contents

Class Interpolator.Quaternion

Namespace
Stride.Animations
Assembly
Stride.Engine.dll
public static class Interpolator.Quaternion
Inheritance
Interpolator.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

value1 Quaternion
value2 Quaternion
value3 Quaternion
value4 Quaternion
t float
result Quaternion

SphericalLinear(ref Quaternion, ref Quaternion, float, out Quaternion)

public static void SphericalLinear(ref Quaternion value1, ref Quaternion value2, float t, out Quaternion result)

Parameters

value1 Quaternion
value2 Quaternion
t float
result Quaternion