src/common.h
author Radek Brich <radek.brich@devl.cz>
Sun, 25 Nov 2007 21:47:10 +0100
branchpyrit
changeset 16 20bceb605f48
parent 15 a0a3e334744f
child 20 f22952603f29
permissions -rw-r--r--
add Raytracer::setThreads() resolved all memory leaks during rendering

#ifndef COMMON_H
#define COMMON_H

#include <float.h>

#define Eps 1e-6
#define Inf FLT_MAX

#endif