C# Class Procedurality.Hill

Hill "Algorithm"
Datei anzeigen Open project: N3X15/VoxelSim

Public Methods

Method Description
Hill ( int size, int xp, int yp, float radius ) : System
toChannel ( ) : Channel
toLayer ( ) : Layer

Method Details

Hill() public method

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

toChannel() public method

public toChannel ( ) : Channel
return Channel

toLayer() public method

public toLayer ( ) : Layer
return Layer