BRL-CAD
#include "common.h"
#include "vmath.h"
#include "bn/tol.h"
#include "rt/defines.h"
Include dependency graph for tol.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RT_LEN_TOL   (1.0e-8)
 
#define RT_DOT_TOL   (0.001)
 
#define RT_PCOEF_TOL   (1.0e-10)
 
#define RT_ROOT_TOL   (1.0e-5)
 

Functions

struct bn_tolrt_tol_default (struct bn_tol *tol)