Chunks
Moddable voxel sandbox for room-scale VR.
Public Member Functions | Properties | List of all members
LibNoise.Generator.Billow Class Reference

Provides a noise module that outputs a three-dimensional billowy noise. [GENERATOR] More...

Inheritance diagram for LibNoise.Generator.Billow:
LibNoise.ModuleBase

Public Member Functions

 Billow ()
 Initializes a new instance of Billow. More...
 
 Billow (double frequency, double lacunarity, double persistence, int octaves, int seed, QualityMode quality)
 Initializes a new instance of Billow. More...
 
override double GetValue (double x, double y, double z)
 Returns the output value for the given input coordinates. More...
 
- Public Member Functions inherited from LibNoise.ModuleBase
double GetValue (Vector3 coordinate)
 Returns the output value for the given input coordinates. More...
 
double GetValue (ref Vector3 coordinate)
 Returns the output value for the given input coordinates. More...
 
void Dispose ()
 Immediately releases the unmanaged resources used by this object. More...
 

Properties

double Frequency [get, set]
 Gets or sets the frequency of the first octave. More...
 
double Lacunarity [get, set]
 Gets or sets the lacunarity of the billowy noise. More...
 
QualityMode Quality [get, set]
 Gets or sets the quality of the billowy noise. More...
 
int OctaveCount [get, set]
 Gets or sets the number of octaves of the billowy noise. More...
 
double Persistence [get, set]
 Gets or sets the persistence of the billowy noise. More...
 
int Seed [get, set]
 Gets or sets the seed of the billowy noise. More...
 
- Properties inherited from LibNoise.ModuleBase
virtual ModuleBase this[int index] [get, set]
 Gets or sets a source module by index. More...
 
int SourceModuleCount [get]
 Gets the number of source modules required by this noise module. More...
 
bool IsDisposed [get]
 Gets a value whether the object is disposed. More...
 

Additional Inherited Members

- Protected Member Functions inherited from LibNoise.ModuleBase
 ModuleBase (int count)
 Initializes a new instance of Helpers. More...
 
virtual bool Disposing ()
 Immediately releases the unmanaged resources used by this object. More...
 
- Protected Attributes inherited from LibNoise.ModuleBase
ModuleBase[] m_modules = null
 

Detailed Description

Provides a noise module that outputs a three-dimensional billowy noise. [GENERATOR]

Constructor & Destructor Documentation

LibNoise.Generator.Billow.Billow ( )

Initializes a new instance of Billow.

LibNoise.Generator.Billow.Billow ( double  frequency,
double  lacunarity,
double  persistence,
int  octaves,
int  seed,
QualityMode  quality 
)

Initializes a new instance of Billow.

Parameters
frequencyThe frequency of the first octave.
lacunarityThe lacunarity of the billowy noise.
persistenceThe persistence of the billowy noise.
octavesThe number of octaves of the billowy noise.
seedThe seed of the billowy noise.
qualityThe quality of the billowy noise.

Member Function Documentation

override double LibNoise.Generator.Billow.GetValue ( double  x,
double  y,
double  z 
)
virtual

Returns the output value for the given input coordinates.

Parameters
xThe input coordinate on the x-axis.
yThe input coordinate on the y-axis.
zThe input coordinate on the z-axis.
Returns
The resulting output value.

Implements LibNoise.ModuleBase.

Property Documentation

double LibNoise.Generator.Billow.Frequency
getset

Gets or sets the frequency of the first octave.

double LibNoise.Generator.Billow.Lacunarity
getset

Gets or sets the lacunarity of the billowy noise.

int LibNoise.Generator.Billow.OctaveCount
getset

Gets or sets the number of octaves of the billowy noise.

double LibNoise.Generator.Billow.Persistence
getset

Gets or sets the persistence of the billowy noise.

QualityMode LibNoise.Generator.Billow.Quality
getset

Gets or sets the quality of the billowy noise.

int LibNoise.Generator.Billow.Seed
getset

Gets or sets the seed of the billowy noise.


The documentation for this class was generated from the following file: