noise.mod.translatepoint

Undocumented in source.

Members

Classes

TranslatePoint
class TranslatePoint

Noise module that moves the coordinates of the input value before returning the output value from a source module.

Variables

DEFAULT_TRANSLATE_POINT_X
double DEFAULT_TRANSLATE_POINT_X;

@addtogroup libnoise @{ @addtogroup modules @{ @addtogroup transformermodules @{ Default translation factor applied to the @a x coordinate for the module::TranslatePoint noise module.

DEFAULT_TRANSLATE_POINT_Y
double DEFAULT_TRANSLATE_POINT_Y;

Default translation factor applied to the @a y coordinate for the module::TranslatePoint noise module.

DEFAULT_TRANSLATE_POINT_Z
double DEFAULT_TRANSLATE_POINT_Z;

Default translation factor applied to the @a z coordinate for the module::TranslatePoint noise module.

Meta