Cylinder

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(const(Mod) mod)
Undocumented in source.

Members

Functions

GetMod
const(Mod) GetMod()

Returns the noise module that is used to generate the output values.

GetValue
double GetValue(double angle, double height)

Returns the output value from the noise module given the (angle, height) coordinates of the specified input value located on the surface of the cylinder.

SetMod
void SetMod(const(Mod) mod)

Sets the noise module that is used to generate the output values.

Meta