API:FMX.InertialMovement.TAniCalculations.DoCalc

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!