ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/sm_geom.h
(Generate patch)

Comparing ray/src/hd/sm_geom.h (file contents):
Revision 3.10 by gwlarson, Fri Mar 5 16:32:21 1999 UTC vs.
Revision 3.11 by gwlarson, Thu Jun 10 15:22:23 1999 UTC

# Line 10 | Line 10
10  
11   #include <values.h>
12  
13 < #define F_TINY 1e-5
13 > #define F_TINY 1e-10
14   #define FZERO(x) ((x) < F_TINY && (x) > -F_TINY)
15   #define FEQUAL(a,b) FZERO((a) - (b))
16  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines