C# Class LibNoise.Combiner.Min

Noise module that outputs the smaller of the two output values from two source modules.
Inheritance: CombinerModule, IModule3D
Afficher le fichier Open project: everbytes/LibNoise

Méthodes publiques

Méthode Description
GetValue ( float x, float y, float z ) : float

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

Min ( ) : System
Min ( IModule left, IModule right ) : System

Method Details

GetValue() public méthode

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.
Résultat float

Min() public méthode

public Min ( ) : System
Résultat System

Min() public méthode

public Min ( IModule left, IModule right ) : System
left IModule
right IModule
Résultat System