FMX.Utils.InterpolateRotation

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function InterpolateRotation(const Start, Stop, T: Single): Single;

C++

extern DELPHI_PACKAGE float __fastcall InterpolateRotation(const float Start, const float Stop, const float T);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils

説明

Single 値の補間の現在の値を計算します。


Start は補間の開始値です。

Stop は補間の終了値です。

t は補間の現在の時間です。

関連項目