Quaternion.Slerp

Quaternion.Slerp method

Perform spherical linear interpolation between two values

public static Quaternion Slerp(double t, Quaternion v1, Quaternion v2)
ParameterTypeDescription
tDoublet is between 0 to 1
v1QuaternionFirst value
v2QuaternionSecond value

See Also