Quaternion.Interpolate

Quaternion.Interpolate method

Populates this quaternion with the interpolated value between the given quaternion arguments for a t between from and to.

public static Quaternion Interpolate(float t, Quaternion from, Quaternion to)
ParameterTypeDescription
tSingleThe coefficient to interpolate.
fromQuaternionSource quaternion.
toQuaternionTarget quaternion.

Return Value

The interpolated quaternion.

See Also