diff options
Diffstat (limited to 'vector.h')
-rw-r--r-- | vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #define VECTOR_H #define COORD_T float -#define ZERO_APROX 1e-6 +#define ZERO_APROX 1e-5 typedef struct { COORD_T x; |
index : raytrace | ||
Raytracer implementation in C |
aboutsummaryrefslogtreecommitdiff |