C# Class LibNoise.Modifiers.AbsoluteOutput

Module that returns the absolute value of the output of a source module.
Inheritance: IModule
ファイルを表示 Open project: MadoxLabs/NoiseTool Class Usage Examples

Public Methods

Method Description
AbsoluteOutput ( IModule sourceModule ) : System

Initialises a new instance of the AbsoluteOutput class.

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

Returns the absolute value of noise from the source module at the given coordinates.

Method Details

AbsoluteOutput() public method

Initialises a new instance of the AbsoluteOutput class.
public AbsoluteOutput ( IModule sourceModule ) : System
sourceModule IModule The module from which to retrieve noise.
return System

GetValue() public method

Returns the absolute value of noise from the source module at the given coordinates.
public GetValue ( double x, double y, double z ) : double
x double
y double
z double
return double