noise.mod.scalepoint

Undocumented in source.

Members

Classes

ScalePoint
class ScalePoint

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

Variables

DEFAULT_SCALE_POINT_X
double DEFAULT_SCALE_POINT_X;

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

DEFAULT_SCALE_POINT_Y
double DEFAULT_SCALE_POINT_Y;

Default scaling factor applied to the @a y coordinate for the module::ScalePoint noise module.

DEFAULT_SCALE_POINT_Z
double DEFAULT_SCALE_POINT_Z;

Default scaling factor applied to the @a z coordinate for the module::ScalePoint noise module.

Meta