Mercurial
Mercurial
>
pyrit
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/common.h
author
Radek Brich <radek.brich@devl.cz>
Sun, 25 Nov 2007 17:58:29 +0100
branch
pyrit
changeset 15
a0a3e334744f
child 20
f22952603f29
permissions
-rw-r--r--
C++ demos: prepare infrastructure, add spheres_shadow.cc rename Ray::a to Ray::o KdNode::shapes changed to pointer and added to union together with *children (to save memory)
#ifndef COMMON_H
#define COMMON_H
#include <float.h>
#define Eps 1e-6
#define Inf FLT_MAX
#endif