Mod.GetValue

Generates an output value given the coordinates of the specified input value.

@param x The @a x coordinate of the input value. @param y The @a y coordinate of the input value. @param z The @a z coordinate of the input value.

@returns The output value.

@pre All source modules required by this noise module have been passed to the SetSourceMod() method.

Before an application can call this method, it must first connect all required source modules via the SetSourceMod() method. If these source modules are not connected to this noise module, this method raises a debug assertion.

To determine the number of source modules required by this noise module, call the GetSourceModCount() method.

class Mod
abstract const
double
GetValue
(
double x
,
double y
,
double z
)

Meta