FMX.InertialMovement.TAniCalculations.IsSmall
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).