C# Class Sharplike.Noise.PerlinNoise

Afficher le fichier Open project: eropple/sharplike Class Usage Examples

Méthodes publiques

Méthode Description
Generate ( ) : void
GetValue ( Int32 x, Int32 y, Int32 z, Int32 w ) : Double
PerlinNoise ( Int32 octaves, Double persistence, Interpolator i, Int32 x, Int32 y, Int32 z, Int32 w ) : System

Method Details

Generate() public méthode

public Generate ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( Int32 x, Int32 y, Int32 z, Int32 w ) : Double
x System.Int32
y System.Int32
z System.Int32
w System.Int32
Résultat Double

PerlinNoise() public méthode

public PerlinNoise ( Int32 octaves, Double persistence, Interpolator i, Int32 x, Int32 y, Int32 z, Int32 w ) : System
octaves System.Int32
persistence Double
i Interpolator
x System.Int32
y System.Int32
z System.Int32
w System.Int32
Résultat System