C# Class e2dPerlinOctave, E2D-Continued

显示文件 Open project: ryanlatham/E2D-Continued Class Usage Examples

Public Methods

Method Description
GetValue ( float x01 ) : float
Regenerate ( ) : void
e2dPerlinOctave ( float amplitude, int frequency ) : System.Collections

Private Methods

Method Description
InterpolateCosine ( float a, float b, float x ) : float
InterpolateCubic ( float v0, float v1, float v2, float v3, float x ) : float

Method Details

GetValue() public method

public GetValue ( float x01 ) : float
x01 float
return float

Regenerate() public method

public Regenerate ( ) : void
return void

e2dPerlinOctave() public method

public e2dPerlinOctave ( float amplitude, int frequency ) : System.Collections
amplitude float
frequency int
return System.Collections