Method | Description | |
---|---|---|
Render ( ArrayGrid2D |
Method | Description | |
---|---|---|
Diamond ( Context ctx, IntVector2 middle, int radius ) : void | ||
GetGridValue ( Context ctx, IntVector2 p ) : double |
Get value from the grid, or if the point is outside the grid, a value averaged between two corners
|
|
GetRandom ( Context ctx, double range ) : double | ||
HeightMap ( Context ctx ) : void | ||
Rectangle ( Context ctx, IntVector2 middle, int radius ) : void |
public static Render ( ArrayGrid2D |
||
grid | ArrayGrid2D |
|
corners | CornerData | |
range | double | |
h | double | |
random | ||
min | double | |
max | double | |
return | void |