0.9.9 API documenation
|
List of useful common functions. More...
Functions | |
template<typename T > | |
GLM_FUNC_DECL T | gauss (T x, T ExpectedValue, T StandardDeviation) |
1D gauss function More... | |
template<typename T , qualifier P> | |
GLM_FUNC_DECL T | gauss (vec< 2, T, P > const &Coord, vec< 2, T, P > const &ExpectedValue, vec< 2, T, P > const &StandardDeviation) |
2D gauss function More... | |
List of useful common functions.
<glm/gtc/functions.hpp> need to be included to use these functionalities.
GLM_FUNC_DECL T glm::gauss | ( | T | x, |
T | ExpectedValue, | ||
T | StandardDeviation | ||
) |
1D gauss function
GLM_FUNC_DECL T glm::gauss | ( | vec< 2, T, P > const & | Coord, |
vec< 2, T, P > const & | ExpectedValue, | ||
vec< 2, T, P > const & | StandardDeviation | ||
) |
2D gauss function