C# Class LibNoise.Modifier.Invert

Noise module that inverts the output value from a source module.
Inheritance: ModifierModule, IModule3D
Datei anzeigen Open project: everbytes/LibNoise

Public Methods

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

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

Invert ( )
Invert ( IModule source )

Method Details

GetValue() public method

Generates an output value given the coordinates of the specified input value.
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

Invert() public method

public Invert ( )

Invert() public method

public Invert ( IModule source )
source IModule