JunkBox_Lib++ (for Windows) 1.10.1
|
各種トレランス ヘッダ More...
Go to the source code of this file.
Namespaces | |
namespace | jbxl |
Functions | |
void | SetZeroEPS (double eps) |
void | SetVectorTolerance (double tol) |
void | SetVertexTolerance (double tol) |
void | SetEdgeTolerance (double tol) |
void | SetFacetTolerance (double tol) |
void | SetCollisionTolerance (double tol) |
void | SetSINTolerance (double tol) |
void | SetAbsVectorTolerance (double tol) |
void | SetAbsVertexTolerance (double tol) |
Variables | |
double | Vector_Tolerance = 1.0e-8 |
double | Vertex_Tolerance = 1.0e-8 |
double | Edge_Tolerance = 1.0e-12 |
double | Facet_Tolerance = 1.0e-12 |
double | Abs_Vector_Tolerance = 1.0e-6 |
double | Abs_Vertex_Tolerance = 1.0e-6 |
double | Collision_Tolerance = 1.0e-3 |
衝突判定用トレランス | |
double | Sin_Tolerance = 1.0e-6 |
sinθ==0 | |
double | Zero_Eps = 1.0e-8 |
1に対して 0とするトレランス | |
double | Zero_Eps2 = Zero_Eps*Zero_Eps |
Definition in file Tolerance.h.