FMX.Utils.InterpolateRotation

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils

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