public CombinedNoise( Noise noise1, Noise noise2 ) { this.noise1 = noise1; this.noise2 = noise2; }
public CombinedNoise(Noise noise1, Noise noise2) { this.noise1 = noise1; this.noise2 = noise2; }