C# Class NoiseTool.AdapterSpheres

Inheritance: Adapter
Exibir arquivo Open project: MadoxLabs/NoiseTool

Public Properties

Property Type Description
noise LibNoise.Spheres

Public Methods

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

Method Details

AdapterSpheres() public method

public AdapterSpheres ( ) : 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 Spheres,LibNoise noise
return LibNoise.Spheres