libnoise logo

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


noise::module::TranslatePoint Member List

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

GetSourceModule(int index) const noise::module::Module [inline, virtual]
GetSourceModuleCount() const noise::module::TranslatePoint [inline, virtual]
GetValue(double x, double y, double z) const noise::module::TranslatePoint [virtual]
GetXTranslation() const noise::module::TranslatePoint [inline]
GetYTranslation() const noise::module::TranslatePoint [inline]
GetZTranslation() const noise::module::TranslatePoint [inline]
m_pSourceModulenoise::module::Module [protected]
m_xTranslationnoise::module::TranslatePoint [protected]
m_yTranslationnoise::module::TranslatePoint [protected]
m_zTranslationnoise::module::TranslatePoint [protected]
Module(int sourceModuleCount)noise::module::Module
SetSourceModule(int index, const Module &sourceModule)noise::module::Module [inline, virtual]
SetTranslation(double translation)noise::module::TranslatePoint [inline]
SetTranslation(double xTranslation, double yTranslation, double zTranslation)noise::module::TranslatePoint [inline]
SetXTranslation(double xTranslation)noise::module::TranslatePoint [inline]
SetYTranslation(double yTranslation)noise::module::TranslatePoint [inline]
SetZTranslation(double zTranslation)noise::module::TranslatePoint [inline]
TranslatePoint()noise::module::TranslatePoint
~Module()noise::module::Module