Static Public Attributes | List of all members
vgl_tolerance< T > Class Template Reference

#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...
 

Detailed Description

template<typename T>
class vgl_tolerance< T >

Definition at line 12 of file vgl_tolerance.h.

Member Data Documentation

◆ point_3d_coplanarity

template<typename T>
const T vgl_tolerance< T >::point_3d_coplanarity = (T)std::sqrt(1.0f*std::numeric_limits<T>::epsilon())
static

Tolerance for judging 4 points to be coplanar.

Definition at line 16 of file vgl_tolerance.h.

◆ position

template<typename T>
const T vgl_tolerance< T >::position = std::numeric_limits<T>::epsilon()
static

Tolerance for judging positions to be equal.

Definition at line 19 of file vgl_tolerance.h.


The documentation for this class was generated from the following files: