Interpolate
Quaternion.Interpolate method
このクォータニオンに、from と to の間の指定されたクォータニオン引数の間で補間された値を入力します。
public static Quaternion Interpolate(float t, Quaternion from, Quaternion to)
パラメータ | タイプ | 説明 |
---|---|---|
t | Single | 補間する係数。 |
from | Quaternion | ソース クォータニオン。 |
to | Quaternion | 対象のクォータニオン。 |
戻り値
補間されたクォータニオン。
関連項目
- struct Quaternion
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D