Useful defines, constants, and types.
More...
#include <math.h>
Go to the source code of this file.
|
enum class | eNoise { None
, Perlin
, Value
} |
| Perlin noise type. More...
|
|
enum class | eHash { Permutation
, LinearCongruential
, Std
} |
| Hash function type. More...
|
|
enum class | eDistribution {
Uniform
, Maximal
, Cosine
, Normal
,
Exponential
, Midpoint
} |
| Distribution. More...
|
|
enum class | eSpline { None
, Cubic
, Quintic
} |
| Spline type. More...
|
|
◆ _USE_MATH_DEFINES
#define _USE_MATH_DEFINES |
◆ eDistribution
Enumerated type for probability distribution.
Definition at line 54 of file Defines.h.
◆ eHash
Enumerated type for hash function.
Definition at line 46 of file Defines.h.
◆ eNoise
Enumerated type for Perlin noise.
Definition at line 38 of file Defines.h.
◆ eSpline
Enumerated type for spline functions.
Definition at line 62 of file Defines.h.
◆ PI
const float PI = (float)M_PI |