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

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