Go to the source code of this file.
Namespaces | |
| namespace | SeExpr |
Functions | |
| template<int d_in, int d_out, class T > | |
| void | SeExpr::Noise (const T *in, T *out) |
| Noise with d_in dimensional domain, d_out dimensional abcissa. | |
| template<int d_in, int d_out, class T > | |
| void | SeExpr::PNoise (const T *in, const int *period, T *out) |
| Periodic Noise with d_in dimensional domain, d_out dimensional abcissa. | |
| template<int d_in, int d_out, bool turbulence, class T > | |
| void | SeExpr::FBM (const T *in, T *out, int octaves, T lacunarity, T gain) |
| Fractional Brownian Motion. If turbulence is true then turbulence computed. | |
| template<int d_in, int d_out, class T > | |
| void | SeExpr::CellNoise (const T *in, T *out) |
| Computes cellular noise (non-interpolated piecewise constant cell random values). | |
1.6.1