/disk1/scratch/aselle/projects/seexpr/SeExpr/src/SeExpr/SeNoise.h File Reference

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).

Generated on 25 Jul 2013 for SeExpr by  doxygen 1.6.1