C# Class NoiseTool.AdapterCylinders

Inheritance: Adapter
Afficher le fichier Open project: MadoxLabs/NoiseTool

Méthodes publiques

Свойство Type Description
noise LibNoise.Cylinders

Méthodes publiques

Méthode Description
AdapterCylinders ( ) : System
Apply ( ObservableCollection param ) : void
GetValue ( double x, double y ) : double
Seed ( ) : void

Method Details

AdapterCylinders() public méthode

public AdapterCylinders ( ) : System
Résultat System

Apply() public méthode

public Apply ( ObservableCollection param ) : void
param ObservableCollection
Résultat void

GetValue() public méthode

public GetValue ( double x, double y ) : double
x double
y double
Résultat double

Seed() public méthode

public Seed ( ) : void
Résultat void

Property Details

noise public_oe property

public Cylinders,LibNoise noise
Résultat LibNoise.Cylinders