#include <vgl_tolerance.h>
Static Public Attributes | |
| static VGL_EXPORT const T | point_3d_coplanarity = (T)std::sqrt(1.0f*std::numeric_limits<T>::epsilon()) |
| Tolerance for judging 4 points to be coplanar. More... | |
| static VGL_EXPORT const T | position = std::numeric_limits<T>::epsilon() |
| Tolerance for judging positions to be equal. More... | |
Definition at line 12 of file vgl_tolerance.h.
|
static |
Tolerance for judging 4 points to be coplanar.
Definition at line 16 of file vgl_tolerance.h.
|
static |
Tolerance for judging positions to be equal.
Definition at line 19 of file vgl_tolerance.h.
1.8.15