libnoise logo

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


noise::module::ScaleBias Member List

This is the complete list of members for noise::module::ScaleBias, including all inherited members.

GetBias() const noise::module::ScaleBias [inline]
GetScale() const noise::module::ScaleBias [inline]
GetSourceModule(int index) const noise::module::Module [inline, virtual]
GetSourceModuleCount() const noise::module::ScaleBias [inline, virtual]
GetValue(double x, double y, double z) const noise::module::ScaleBias [virtual]
m_biasnoise::module::ScaleBias [protected]
m_pSourceModulenoise::module::Module [protected]
m_scalenoise::module::ScaleBias [protected]
Module(int sourceModuleCount)noise::module::Module
ScaleBias()noise::module::ScaleBias
SetBias(double bias)noise::module::ScaleBias [inline]
SetScale(double scale)noise::module::ScaleBias [inline]
SetSourceModule(int index, const Module &sourceModule)noise::module::Module [inline, virtual]
~Module()noise::module::Module