Back to Mame

0.9.8: GLM_GTC_functions

3rdparty/glm/doc/api/a00164.html

latest1.4 KB
Original Source

| | 0.9.8 |

Functions

GLM_GTC_functions GTC Extensions (Stable)

|

Functions

| | template<typename T > | | GLM_FUNC_DECL T | gauss (T x, T ExpectedValue, T StandardDeviation) | | | | template<typename T , precision P> | | GLM_FUNC_DECL T | gauss (tvec2< T, P > const &Coord, tvec2< T, P > const &ExpectedValue, tvec2< T, P > const &StandardDeviation) | | |

Detailed Description

List of useful common functions.

<glm/gtc/functions.hpp> need to be included to use these functionalities.

Function Documentation

| GLM_FUNC_DECL T glm::gauss | ( | T | x, | | | | T | ExpectedValue, | | | | T | StandardDeviation | | | ) | | |

1D gauss function

See alsoGLM_GTC_epsilon

| GLM_FUNC_DECL T glm::gauss | ( | tvec2< T, P > const & | Coord, | | | | tvec2< T, P > const & | ExpectedValue, | | | | tvec2< T, P > const & | StandardDeviation | | | ) | | |

2D gauss function

See alsoGLM_GTC_epsilon


Generated by 1.8.10