Interpolate

Interpolate(Quaternion, Quaternion, float)

public Quaternion Interpolate(Quaternion from, Quaternion to, float t) ;

Description

Perform interpolation processing

Parameters

Parameter Name Description
from Original value
to Target value
t Progress

Returns

Interpolation result