C# Class LibNoise.Modifiers.AbsoluteOutput

Module that returns the absolute value of the output of a source module.
Inheritance: IModule
Afficher le fichier Open project: MadoxLabs/NoiseTool Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetValue() public méthode

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
Résultat double