C# Class LibNoise.Generator.Checker

Provides a noise module that outputs a checkerboard pattern. [GENERATOR]
Inheritance: ModuleBase
Afficher le fichier Open project: simonwittber/LibNoise-Unity Class Usage Examples

Méthodes publiques

Méthode Description
Checker ( ) : System

Initializes a new instance of Checker.

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

Returns the output value for the given input coordinates.

Method Details

Checker() public méthode

Initializes a new instance of Checker.
public Checker ( ) : System
Résultat System

GetValue() public méthode

Returns the output value for the given input coordinates.
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