C# Class PerlinSimplexNoise, Oxygen_Not_Included_disasemble_ILSpy

Implementation of the Perlin simplex noise, an improved Perlin noise algorithm. Based loosely on SimplexNoise1234 by Stefan Gustavson http://staffwww.itn.liu.se/~stegu/aqsis/aqsis-newnoise/
Mostra file Open project: Jesus05/Oxygen_Not_Included_disasemble_ILSpy Class Usage Examples

Public Methods

Method Description
noise ( float xin, float yin ) : float
noise ( float xin, float yin, float zin ) : float

Private Methods

Method Description
PerlinSimplexNoise ( ) : System,
dot ( Array, g, float x, float y ) : float
dot ( Array, g, float x, float y, float z ) : float
dot ( Array, g, float x, float y, float z, float w ) : float
fastfloor ( float x ) : int

Method Details

noise() public static method

public static noise ( float xin, float yin ) : float
xin float
yin float
return float

noise() public static method

public static noise ( float xin, float yin, float zin ) : float
xin float
yin float
zin float
return float