#include <vgl_tolerance.h>
Definition at line 11 of file vgl_tolerance.h.
Static Public Attributes | |
| static const T | point_3d_coplanarity = (T)vcl_sqrt(1.0f*vcl_numeric_limits<T>::epsilon()) |
| Tolerance for judging 4 points to be coplanar. | |
| static const T | position = vcl_numeric_limits<T>::epsilon() |
| Tolerance for judging positions to be equal. | |
|
|||||
|
Tolerance for judging 4 points to be coplanar.
Definition at line 15 of file vgl_tolerance.h. |
|
|||||
|
Tolerance for judging positions to be equal.
Definition at line 18 of file vgl_tolerance.h. |
1.4.4