FMX.Utils.InterpolateRotation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils

Beschreibung

Berechnet den aktuellen Wert einer Interpolation für einzelne Werte.


Start ist der Startwert der Interpolation.

Stop ist die Endwert der Interpolation.

t ist die aktuelle Zeit der Interpolation.

Siehe auch