C# Class NoiseTool.AdapterVoronoi

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

Public Properties

Property Type Description
perlin LibNoise.Voronoi

Public Methods

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

Method Details

AdapterVoronoi() public method

public AdapterVoronoi ( ) : 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

perlin public_oe property

public Voronoi,LibNoise perlin
return LibNoise.Voronoi