System.Math.Vectors.TEpsilon
Delphi
  TEpsilon = record
  const
    Matrix = 1E-5;
    Vector = 1E-4;
  end;
C++
struct DECLSPEC_DRECORD TEpsilon
{
public:
    #define TEpsilon_Matrix  (1.000000E-05)
    #define TEpsilon_Vector  (1.000000E-04)
};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| record struct | public | System.Math.Vectors.pas System.Math.Vectors.hpp | System.Math.Vectors | System.Math.Vectors | 
説明
0 以外の正の最小値を示します。