C# Class e2dMidpoint, E2D-Continued

Mostra file Open project: ryanlatham/E2D-Continued Class Usage Examples

Public Methods

Method Description
GetValueAt ( int i ) : float
Regenerate ( ) : void
e2dMidpoint ( int cellCount, int initialStep, float roughness, List peaks ) : System.Collections.Generic

Method Details

GetValueAt() public method

public GetValueAt ( int i ) : float
i int
return float

Regenerate() public method

public Regenerate ( ) : void
return void

e2dMidpoint() public method

public e2dMidpoint ( int cellCount, int initialStep, float roughness, List peaks ) : System.Collections.Generic
cellCount int
initialStep int
roughness float
peaks List
return System.Collections.Generic