C# Class Isosurface.SimplexNoise

Afficher le fichier Open project: Lin20/isosurface 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
Noise ( float x, float y, float z, float dx, float dy, float dz, float xyOffset, int octaves, float pers ) : float
Noise ( float x, float y, float z, int octaves, float pers = 0.5f ) : float
SeamlessNoise ( float x, float y, float dx, float dy, float xyOffset ) : float
SeamlessNoiseAbs ( float x, float y, float dx, float dy, float xyOffset ) : float

Private Methods

Méthode Description
SimplexNoise ( ) : System
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

Noise() public static méthode

public static Noise ( float x, float y, float z, float dx, float dy, float dz, float xyOffset, int octaves, float pers ) : float
x float
y float
z float
dx float
dy float
dz float
xyOffset float
octaves int
pers float
Résultat float

Noise() public static méthode

public static Noise ( float x, float y, float z, int octaves, float pers = 0.5f ) : float
x float
y float
z float
octaves int
pers 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

SeamlessNoiseAbs() public static méthode

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