C# Class Procedurality.Crater

Show file Open project: N3X15/VoxelSim

Public Methods

Method Description
BuildCrater ( int x, int y, double radius, double rimheight, double craterdepth, double falloff ) : void
Crater ( int size, int xp, int yp, double radius ) : System
toChannel ( ) : Channel
toLayer ( ) : Layer

Method Details

BuildCrater() public method

public BuildCrater ( int x, int y, double radius, double rimheight, double craterdepth, double falloff ) : void
x int
y int
radius double
rimheight double
craterdepth double
falloff double
return void

Crater() public method

public Crater ( int size, int xp, int yp, double radius ) : System
size int
xp int
yp int
radius double
return System

toChannel() public method

public toChannel ( ) : Channel
return Channel

toLayer() public method

public toLayer ( ) : Layer
return Layer