public final class ErosionHydraulic
extends java.lang.Object
Constructor and Description |
---|
ErosionHydraulic() |
Modifier and Type | Method and Description |
---|---|
static Channel |
erode1(Channel channel,
Channel rain_map,
float vaporization,
int rain_freq,
int iterations) |
static Channel |
erode2(Channel channel,
Channel rain_map,
float vaporization,
int rain_freq,
int iterations) |
static Channel |
erode3(Channel channel,
Channel rain_map,
float vaporization,
int rain_freq,
int iterations) |
static Channel |
erode4(Channel channel,
float rain_amount,
float vaporization,
int rain_freq,
int iterations) |
static Channel |
erode5(Channel channel,
Channel rain,
float erosion_water,
float erosion_flow,
float evaporation,
float water_threshold,
float solulibility,
int ipr,
int iterations) |
public static final Channel erode1(Channel channel, Channel rain_map, float vaporization, int rain_freq, int iterations)
public static final Channel erode2(Channel channel, Channel rain_map, float vaporization, int rain_freq, int iterations)
public static final Channel erode3(Channel channel, Channel rain_map, float vaporization, int rain_freq, int iterations)
public static final Channel erode4(Channel channel, float rain_amount, float vaporization, int rain_freq, int iterations)