C# Class NoiseTool.AdapterBillow

Inheritance: Adapter
ファイルを表示 Open project: MadoxLabs/NoiseTool

Public Properties

Property Type Description
billow LibNoise.Billow

Public Methods

Method Description
AdapterBillow ( ) : System
Apply ( ObservableCollection param ) : void
GetSeed ( ) : double
GetValue ( double x, double y ) : double
Seed ( ) : void
Seed ( int s ) : void

Method Details

AdapterBillow() public method

public AdapterBillow ( ) : System
return System

Apply() public method

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

GetSeed() public method

public GetSeed ( ) : double
return double

GetValue() public method

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

Seed() public method

public Seed ( ) : void
return void

Seed() public method

public Seed ( int s ) : void
s int
return void

Property Details

billow public_oe property

public Billow,LibNoise billow
return LibNoise.Billow