C# Class SimplexNoise, GoHomeOrDie

Inheritance: NoiseBase
Afficher le fichier Open project: hs-furtwangen/GoHomeOrDie Class Usage Examples

Méthodes publiques

Méthode Description
BlurredNoise ( float stepSize, float x, float y ) : float
BlurredNoise ( float stepSize, float x, float y, float z, float w ) : float
Noise ( float xin, float yin ) : float
Noise ( float xin, float yin, float zin ) : float
Noise ( float x, float y, float z, float w ) : float
SeamlessNoise ( float x, float y, float dx, float dy, float xyOffset ) : float

Private Methods

Méthode Description
SimplexNoise ( ) : System.Collections
dot ( int g, float x, float y ) : float
dot ( int g, float x, float y, float z ) : float
dot ( int g, float x, float y, float z, float w ) : float
fastfloor ( float x ) : int

Method Details

BlurredNoise() public static méthode

public static BlurredNoise ( float stepSize, float x, float y ) : float
stepSize float
x float
y float
Résultat float

BlurredNoise() public static méthode

public static BlurredNoise ( float stepSize, float x, float y, float z, float w ) : float
stepSize float
x float
y float
z float
w float
Résultat float

Noise() public static méthode

public static Noise ( float xin, float yin ) : float
xin float
yin float
Résultat float

Noise() public static méthode

public static Noise ( float xin, float yin, float zin ) : float
xin float
yin float
zin float
Résultat float

Noise() public static méthode

public static Noise ( float x, float y, float z, float w ) : float
x float
y float
z float
w float
Résultat float

SeamlessNoise() public static méthode

public static SeamlessNoise ( float x, float y, float dx, float dy, float xyOffset ) : float
x float
y float
dx float
dy float
xyOffset float
Résultat float