C# 클래스 e2dPerlinOctave, E2D-Continued

파일 보기 프로젝트 열기: ryanlatham/E2D-Continued 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( float x01 ) : float
Regenerate ( ) : void
e2dPerlinOctave ( float amplitude, int frequency ) : System.Collections

비공개 메소드들

메소드 설명
InterpolateCosine ( float a, float b, float x ) : float
InterpolateCubic ( float v0, float v1, float v2, float v3, float x ) : float

메소드 상세

GetValue() 공개 메소드

public GetValue ( float x01 ) : float
x01 float
리턴 float

Regenerate() 공개 메소드

public Regenerate ( ) : void
리턴 void

e2dPerlinOctave() 공개 메소드

public e2dPerlinOctave ( float amplitude, int frequency ) : System.Collections
amplitude float
frequency int
리턴 System.Collections