C# 클래스 Willcraftia.Xna.Framework.Noise.NoiseHelper

파일 보기 프로젝트 열기: willcraftia/TestXna

공개 메소드들

메소드 설명
CalculateGradient ( int hash, float x, float y, float z ) : float
Floor ( float v ) : int
PassThrough ( float x ) : float
SCurve3 ( float x ) : float
SCurve5 ( float x ) : float

메소드 상세

CalculateGradient() 공개 정적인 메소드

public static CalculateGradient ( int hash, float x, float y, float z ) : float
hash int
x float
y float
z float
리턴 float

Floor() 공개 정적인 메소드

public static Floor ( float v ) : int
v float
리턴 int

PassThrough() 공개 정적인 메소드

public static PassThrough ( float x ) : float
x float
리턴 float

SCurve3() 공개 정적인 메소드

public static SCurve3 ( float x ) : float
x float
리턴 float

SCurve5() 공개 정적인 메소드

public static SCurve5 ( float x ) : float
x float
리턴 float