source: GTP/trunk/Lib/Vis/Preprocessing/src/Halton.cpp @ 863

Revision 863, 147 bytes checked in by mattausch, 18 years ago (diff)

working on preprocessor integration
added iv stuff

Line 
1
2#include "Halton.h"
3
4namespace GtpVisibilityPreprocessor {
5
6// global halton generator
7
8Halton2 halton2;
9float Halton2::_invBases[2];
10
11}
Note: See TracBrowser for help on using the repository browser.