Show: Delphi C++
Display Preferences

FMX.Types.InterpolateRotation

From XE3 API Documentation
Jump to: navigation, search

Delphi

function InterpolateRotation(Start, Stop, t: Single): Single;

C++

extern DELPHI_PACKAGE float __fastcall InterpolateRotation(float Start, float Stop, 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

Personal tools
Translations