C# Class Procedurality.Crater

Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Crater() public méthode

public Crater ( int size, int xp, int yp, double radius ) : System
size int
xp int
yp int
radius double
Résultat System

toChannel() public méthode

public toChannel ( ) : Channel
Résultat Channel

toLayer() public méthode

public toLayer ( ) : Layer
Résultat Layer