C# Class Sharplike.Noise.PerlinNoise

Exibir arquivo Open project: eropple/sharplike Class Usage Examples

Public Methods

Method Description
Generate ( ) : void
GetValue ( Int32 x, Int32 y, Int32 z, Int32 w ) : Double
PerlinNoise ( Int32 octaves, Double persistence, Interpolator i, Int32 x, Int32 y, Int32 z, Int32 w ) : System

Method Details

Generate() public method

public Generate ( ) : void
return void

GetValue() public method

public GetValue ( Int32 x, Int32 y, Int32 z, Int32 w ) : Double
x System.Int32
y System.Int32
z System.Int32
w System.Int32
return Double

PerlinNoise() public method

public PerlinNoise ( Int32 octaves, Double persistence, Interpolator i, Int32 x, Int32 y, Int32 z, Int32 w ) : System
octaves System.Int32
persistence Double
i Interpolator
x System.Int32
y System.Int32
z System.Int32
w System.Int32
return System