Interface NoiseModifier
- All Known Implementing Classes:
AbsoluteValueModifier
,ClampModifier
,InvertModifier
public interface NoiseModifier
Interface that denotes a noise modifier. A small algorithm that modifies the noise value in the final noise generation step.
-
Method Summary
-
Method Details
-
apply
double apply(double result) Modifies a noise value.- Parameters:
result
- noise value to modify.- Returns:
- modified noise value.
-