57 #ifndef ACG_HALTONCOLORS_HH
58 #define ACG_HALTONCOLORS_HH
63 #include <ACG/Math/VectorT.hh>
64 #include "../Config/ACGDefines.hh"
66 #include "ColorGenerator.hh"
95 float halton(
int index);
96 float random_interval(
int index,
float min,
float max);
97 ACG::Vec4f HSL2RGB(
double h,
double sl,
double l);
101 float inverse_bases[3];
108 #endif // ACG_HALTONCOLORS_HH defined
Namespace providing different geometric functions concerning angles.
Implementation of halton colors Provides deterministic pseudo-random low-discrepancy colors with a un...