GerstnerWave constructor
GerstnerWave({})
Implementation
GerstnerWave({
required this.direction,
this.amplitude = 0.5,
this.wavelength = 10.0,
this.speed = 1.5,
this.steepness = 0.8,
});
GerstnerWave({
required this.direction,
this.amplitude = 0.5,
this.wavelength = 10.0,
this.speed = 1.5,
this.steepness = 0.8,
});