C# Class Procedurality.Hill

Hill "Algorithm"
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

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

Method Details

Hill() public méthode

public Hill ( int size, int xp, int yp, float radius ) : System
size int
xp int
yp int
radius float
Résultat System

toChannel() public méthode

public toChannel ( ) : Channel
Résultat Channel

toLayer() public méthode

public toLayer ( ) : Layer
Résultat Layer