API:System.Math.Vectors.TEpsilon

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TEpsilon = record
  const
    Matrix = 1E-5;
    Vector = 1E-4;
    Scale = 1E-4;
    FontSize = 1E-2;
    Position = 1E-3;
    Angle = 1E-4;
  end;

C++

struct DECLSPEC_DRECORD TEpsilon
{
public:
    #define TEpsilon_Matrix  (1.000000E-05)
    #define TEpsilon_Vector  (1.000000E-04)
    #define TEpsilon_Scale  (1.000000E-04)
    #define TEpsilon_FontSize  (1.000000E-02)
    #define TEpsilon_Position  (1.000000E-03)
    #define TEpsilon_Angle  (1.000000E-04)
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.