C# 클래스 Procedurality.Hill

Hill "Algorithm"
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 메소드들

메소드 설명
Hill ( int size, int xp, int yp, float radius ) : System
toChannel ( ) : Channel
toLayer ( ) : Layer

메소드 상세

Hill() 공개 메소드

public Hill ( int size, int xp, int yp, float radius ) : System
size int
xp int
yp int
radius float
리턴 System

toChannel() 공개 메소드

public toChannel ( ) : Channel
리턴 Channel

toLayer() 공개 메소드

public toLayer ( ) : Layer
리턴 Layer