noise.mod.rotatepoint

Undocumented in source.

Members

Classes

RotatePoint
class RotatePoint

Noise module that rotates the input value around the origin before returning the output value from a source module.

Variables

DEFAULT_ROTATE_X
double DEFAULT_ROTATE_X;

@addtogroup libnoise @{ @addtogroup modules @{ @addtogroup transformermodules @{ Default @a x rotation angle for the module::RotatePoint noise module.

DEFAULT_ROTATE_Y
double DEFAULT_ROTATE_Y;

Default @a y rotation angle for the module::RotatePoint noise module.

DEFAULT_ROTATE_Z
double DEFAULT_ROTATE_Z;

Default @a z rotation angle for the module::RotatePoint noise module.

Meta