C# 클래스 e2dMidpoint, E2D-Continued

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

공개 메소드들

메소드 설명
GetValueAt ( int i ) : float
Regenerate ( ) : void
e2dMidpoint ( int cellCount, int initialStep, float roughness, List peaks ) : System.Collections.Generic

메소드 상세

GetValueAt() 공개 메소드

public GetValueAt ( int i ) : float
i int
리턴 float

Regenerate() 공개 메소드

public Regenerate ( ) : void
리턴 void

e2dMidpoint() 공개 메소드

public e2dMidpoint ( int cellCount, int initialStep, float roughness, List peaks ) : System.Collections.Generic
cellCount int
initialStep int
roughness float
peaks List
리턴 System.Collections.Generic