Move Stats to its own module

Move Stats to its own module and pass it around to the intersection methods to keep track of how many tests and successful intersections there are.
This commit is contained in:
Eryn Wells 2014-08-02 15:21:14 -07:00
parent b60e27824b
commit 79c951030d
12 changed files with 166 additions and 62 deletions

View file

@ -28,6 +28,7 @@ files = [
'objectPlane.cc',
'reader_yaml.cc',
'scene.cc',
'stats.cc',
'writer_png.cc',
]