C# Class LibNoise.Generator.Cylinders

Provides a noise module that outputs concentric cylinders. [GENERATOR]
Inheritance: ModuleBase
Show file Open project: simonwittber/LibNoise-Unity Class Usage Examples

Public Methods

Method Description
Cylinders ( ) : System

Initializes a new instance of Cylinders.

Cylinders ( float frequency ) : System

Initializes a new instance of Cylinders.

GetValue ( float x, float y, float z ) : float

Returns the output value for the given input coordinates.

Method Details

Cylinders() public method

Initializes a new instance of Cylinders.
public Cylinders ( ) : System
return System

Cylinders() public method

Initializes a new instance of Cylinders.
public Cylinders ( float frequency ) : System
frequency float The frequency of the concentric cylinders.
return System

GetValue() public method

Returns the output value for the given input coordinates.
public GetValue ( float x, float y, float z ) : float
x float The input coordinate on the x-axis.
y float The input coordinate on the y-axis.
z float The input coordinate on the z-axis.
return float