vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
math_aux.h
Go to the documentation of this file.
1 
9 #ifndef _VRECKO_CLOUDS_MATH_AUX_H
10 #define _VRECKO_CLOUDS_MATH_AUX_H
11 
12 #include <osg/Vec4f>
13 
21 unsigned int randGauss(unsigned int cislo, unsigned int n);
22 
28 float randFloat(void);
29 
37 float interpolationLinear(float a, float b, float t);
38 
45 void clampColor(osg::Vec4f& color, float maximum);
46 
47 #endif