FMX.InertialMovement.TAniCalculations.DoCalc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoCalc(const DeltaTime: Double;  var NewPoint, NewVelocity: TPointD; var Done: Boolean); virtual;

C++

virtual void __fastcall DoCalc(const double DeltaTime, TPointD &NewPoint, TPointD &NewVelocity, bool &Done);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations


Beschreibung

Berechnet die Parameter des dynamischen Bildlaufs.

Abgeleitete Klassen können DoCalc nach Bedarf überschreiben.

Siehe auch