libnoise logo

A portable, open-source, coherent noise-generating library for C++


Combiner Modules
[Noise Modules]


Classes

class  noise::module::Add
 Noise module that outputs the sum of the two output values from two source modules. More...
class  noise::module::Max
 Noise module that outputs the larger of the two output values from two source modules. More...
class  noise::module::Min
 Noise module that outputs the smaller of the two output values from two source modules. More...
class  noise::module::Multiply
 Noise module that outputs the product of the two output values from two source modules. More...
class  noise::module::Power
 Noise module that raises the output value from a first source module to the power of the output value from a second source module. More...