C# 클래스 Procedurality.Midpoint

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

공개 프로퍼티들

프로퍼티 타입 설명
channel Channel

공개 메소드들

메소드 설명
Midpoint ( int size, int base_freq, float pers, long seed ) : System
toChannel ( ) : Channel
toLayer ( ) : Layer

메소드 상세

Midpoint() 공개 메소드

public Midpoint ( int size, int base_freq, float pers, long seed ) : System
size int
base_freq int
pers float
seed long
리턴 System

toChannel() 공개 메소드

public toChannel ( ) : Channel
리턴 Channel

toLayer() 공개 메소드

public toLayer ( ) : Layer
리턴 Layer

프로퍼티 상세

channel 공개적으로 프로퍼티

public Channel,Procedurality channel
리턴 Channel