C# Class LibNoise.Modifier.Abs

Noise module that outputs the absolute value of the output value from a source module.
Inheritance: ModifierModule, IModule3D
ファイルを表示 Open project: everbytes/LibNoise

Public Methods

Method Description
Abs ( ) : System
Abs ( IModule source ) : System
GetValue ( float x, float y, float z ) : float

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

Method Details

Abs() public method

public Abs ( ) : System
return System

Abs() public method

public Abs ( IModule source ) : System
source IModule
return System

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