Interpolate

Quaternion.Interpolate method

このクォータニオンに、from と to の間の指定されたクォータニオン引数の間で補間された値を入力します。

public static Quaternion Interpolate(float t, Quaternion from, Quaternion to)
パラメータタイプ説明
tSingle補間する係数。
fromQuaternionソース クォータニオン。
toQuaternion対象のクォータニオン。

戻り値

補間されたクォータニオン。

関連項目