FMX.InertialMovement.TAniCalculations.IsSmall

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsSmall(const P: TPointD;  const Epsilon: Double): Boolean; overload;
function IsSmall(const P: TPointD): Boolean; overload;

C++

bool __fastcall IsSmall(const TPointD &P, const double Epsilon)/* overload */;
bool __fastcall IsSmall(const TPointD &P)/* overload */;

Eigenschaften

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


Beschreibung

Ruft ab, ob die von P angegebene Länge des Vektors kleiner als Epsilon ist.

Die Version IsSmall mit einem Parameter akzeptiert, dass Epsilon = 1E-3 (dieser Wert wird in der FMX.Consts.TEpsilon.Position-Konstante definiert).