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