C# Class Procedurality.Midpoint

Show file Open project: N3X15/VoxelSim

Public Properties

Property Type Description
channel Channel

Public Methods

Method Description
Midpoint ( int size, int base_freq, float pers, long seed ) : System
toChannel ( ) : Channel
toLayer ( ) : Layer

Method Details

Midpoint() public method

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

toChannel() public method

public toChannel ( ) : Channel
return Channel

toLayer() public method

public toLayer ( ) : Layer
return Layer

Property Details

channel public property

public Channel,Procedurality channel
return Channel