Clutter Engine 0.0.1
|
#include "../detail/setup.hpp"
#include "../detail/qualifier.hpp"
#include "../detail/type_vec2.hpp"
#include "functions.inl"
Go to the source code of this file.
Namespaces | |
namespace | glm |
Core features | |
Functions | |
template<typename T > | |
GLM_FUNC_DECL T | glm::gauss (T x, T ExpectedValue, T StandardDeviation) |
template<typename T , qualifier Q> | |
GLM_FUNC_DECL T | glm::gauss (vec< 2, T, Q > const &Coord, vec< 2, T, Q > const &ExpectedValue, vec< 2, T, Q > const &StandardDeviation) |