C# Class Sharplike.Noise.Perlin1DNoise

Inheritance: Abstract1DNoise
Mostrar archivo Open project: eropple/sharplike

Public Methods

Method Description
Generate ( ) : void
GetNoiseValue ( Double x ) : Double
GetNoiseValue ( Int32 x ) : Double

Method Details

Generate() public method

public Generate ( ) : void
return void

GetNoiseValue() public method

public GetNoiseValue ( Double x ) : Double
x Double
return Double

GetNoiseValue() public method

public GetNoiseValue ( Int32 x ) : Double
x System.Int32
return Double