Constructor.
Returns the scaling factor applied to the @a x coordinate of the input value.
Returns the scaling factor applied to the @a y coordinate of the input value.
Returns the scaling factor applied to the @a z coordinate of the input value.
Sets the scaling factor to apply to the input value.
Sets the scaling factor to apply to the ( @a x, @a y, @a z ) coordinates of the input value.
Sets the scaling factor to apply to the @a x coordinate of the input value.
Sets the scaling factor to apply to the @a y coordinate of the input value.
Sets the scaling factor to apply to the @a z coordinate of the input value.
Scaling factor applied to the @a x coordinate of the input value.
Scaling factor applied to the @a y coordinate of the input value.
Scaling factor applied to the @a z coordinate of the input value.
Destructor.
Returns a reference to a source module connected to this noise module.
Returns the number of source modules required by this noise module.
Generates an output value given the coordinates of the specified input value.
Connects a source module to this noise module.
An array containing the pointers to each source module required by this noise module.
Noise module that scales the coordinates of the input value before returning the output value from a source module.
@image html modulescalepoint.png
The GetValue() method multiplies the ( @a x, @a y, @a z ) coordinates of the input value with a scaling factor before returning the output value from the source module. To set the scaling factor, call the SetScale() method. To set the scaling factor to apply to the individual @a x, @a y, or @a z coordinates, call the SetXScale(), SetYScale() or SetZScale() methods, respectively.
This noise module requires one source module.