source:
GTP/trunk/Lib/Vis/Preprocessing/src/Halton.cpp
@
863
Revision 863, 147 bytes checked in by mattausch, 19 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[355] | 1 | |
2 | #include "Halton.h" | |
3 | ||
[863] | 4 | namespace GtpVisibilityPreprocessor { |
[860] | 5 | |
[355] | 6 | // global halton generator |
7 | ||
8 | Halton2 halton2; | |
[492] | 9 | float Halton2::_invBases[2]; |
[860] | 10 | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.