Show: Delphi
C++
Display Preferences
FMX.Types.InterpolateSingle
From XE3 API Documentation
Delphi
function InterpolateSingle(const Start, Stop, t: Single): Single;
C++
extern DELPHI_PACKAGE float __fastcall InterpolateSingle(const float Start, const float Stop, const float t);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Calculates the current value of an interpolation for singles values.
Start is the start value of the interpolation.
Stop is the end value of the interpolation.
t is the current time of the interpolation.
See Also
- 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.InterpolateRotation
- FMX.Types.InterpolateQuint
- FMX.Types.InterpolateBounce
- FMX.Types.TAnimation.NormalizedTime
- FMX.Types.TInterpolationType
- FMX.Types.TAnimation.AnimationType