C# 클래스 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/
파일 보기 프로젝트 열기: Jesus05/Oxygen_Not_Included_disasemble_ILSpy 1 사용 예제들

공개 메소드들

메소드 설명
noise ( float xin, float yin ) : float
noise ( float xin, float yin, float zin ) : float

비공개 메소드들

메소드 설명
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

메소드 상세

noise() 공개 정적인 메소드

public static noise ( float xin, float yin ) : float
xin float
yin float
리턴 float

noise() 공개 정적인 메소드

public static noise ( float xin, float yin, float zin ) : float
xin float
yin float
zin float
리턴 float