FMX.Types.InterpolateRotation
提供:RAD Studio API Documentation
Delphi
function InterpolateRotation(Start, Stop, t: Single): Single;
C++
extern DELPHI_PACKAGE float __fastcall InterpolateRotation(float Start, float Stop, float t);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
説明
Single 値の補間の現在の値を計算します。
Start は補間の開始値です。
Stop は補間の終了値です。
t は補間の現在の時間です。
関連項目
- FMX.Types.InterpolateElastic
- FMX.Types.InterpolateBack
- FMX.Types.InterpolateExpo
- FMX.Types.InterpolateColor
- FMX.Types.InterpolateQuad
- FMX.Types.InterpolateCirc
- FMX.Types.InterpolateSine
- FMX.Types.InterpolateLinear
- FMX.Types.InterpolateCubic
- FMX.Types.InterpolateQuart
- FMX.Types.InterpolateSingle
- FMX.Types.InterpolateQuint
- FMX.Types.InterpolateBounce
- FMX.Types.TAnimation.NormalizedTime
- FMX.Types.TInterpolationType
- FMX.Types.TAnimation.AnimationType