HologramDepthmap Library
Namespaces | Functions | Variables
epsilon.h File Reference
#include "graphics/real.h"

Go to the source code of this file.

Namespaces

 graphics
 

Functions

void graphics::set_u_epsilon (real a)
 
void graphics::reset_u_epsilon ()
 
void graphics::set_zero_epsilon (real a)
 
void graphics::reset_zero_epsilon ()
 
int graphics::apx_equal (real x, real y)
 
int graphics::apx_equal (real x, real y, real eps)
 

Variables

real graphics::epsilon = 1.0e-8
 
real graphics::user_epsilon = 1.0e-8
 
real graphics::intersection_epsilon = 1e-6
 
real graphics::sqrt_epsilon = 1.490116119385000000e-8
 
real graphics::unset_value = -1.23432101234321e+308
 
real graphics::zero_tolerance = 1.0e-12
 
real graphics::angle_tolerance = M_PI/180.0
 
real graphics::zero_epsilon = 1.0e-12