vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
connecting_functions.h
Go to the documentation of this file.
1 #ifndef CONNECTING_FUNCTIONS_H
2 #define CONNECTING_FUNCTIONS_H
3 
4 
5 float weightFunction(float value);
6 
7 double weightFunctionNormalize(double value, double maxValue);
8 
9 double weightGaussFunction(double x);
10 
11 double F(double x);
12 
13 
14 #endif //CONNECTING_FUNCTIONS_H
15