C# Class NoiseTool.AdapterCylinders

Inheritance: Adapter
Exibir arquivo Open project: MadoxLabs/NoiseTool

Public Properties

Property Type Description
noise LibNoise.Cylinders

Public Methods

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

Method Details

AdapterCylinders() public method

public AdapterCylinders ( ) : System
return System

Apply() public method

public Apply ( ObservableCollection param ) : void
param ObservableCollection
return void

GetValue() public method

public GetValue ( double x, double y ) : double
x double
y double
return double

Seed() public method

public Seed ( ) : void
return void

Property Details

noise public_oe property

public Cylinders,LibNoise noise
return LibNoise.Cylinders