Package squidpony.squidmath
Class Noise.Exponential1D
java.lang.Object
squidpony.squidmath.Noise.Exponential1D
- All Implemented Interfaces:
Noise.Noise1D
- Enclosing class:
- Noise
public static class Noise.Exponential1D extends Object implements Noise.Noise1D
-
Field Summary
Fields Modifier and Type Field Description protected doubleadjustmentprotected Noise.Noise1Dbasisprotected doublesharpness -
Constructor Summary
Constructors Constructor Description Exponential1D()Exponential1D(Noise.Noise1D basis)Exponential1D(Noise.Noise1D basis, double sharpness) -
Method Summary
Modifier and Type Method Description doublegetNoise(double x)doublegetNoiseWithSeed(double x, long seed)
-
Field Details
-
Constructor Details
-
Method Details
-
getNoise
- Specified by:
getNoisein interfaceNoise.Noise1D
-
getNoiseWithSeed
- Specified by:
getNoiseWithSeedin interfaceNoise.Noise1D
-