Method | Description | |
---|---|---|
Heightmap32 ( ) : LibNoise.Builder |
0-args constructor
|
|
Heightmap32 ( |
Copy constructor
|
|
Heightmap32 ( int width, int height ) : LibNoise.Builder |
Create a new Heightmap32 with the given values The width and height values must be positive.
|
public Heightmap32 ( |
||
copy | The heightmap to copy | |
return | LibNoise.Builder |
public Heightmap32 ( int width, int height ) : LibNoise.Builder | ||
width | int | The width of the new noise map. |
height | int | The height of the new noise map |
return | LibNoise.Builder |