Interface DensityFunctions.ShiftNoise
- All Superinterfaces:
DensityFunction
- All Known Implementing Classes:
DensityFunctions.Shift, DensityFunctions.ShiftA, DensityFunctions.ShiftB
- Enclosing class:
DensityFunctions
-
Nested Class Summary
Nested classes/interfaces inherited from interface DensityFunction
DensityFunction.ContextProvider, DensityFunction.FunctionContext, DensityFunction.NoiseHolder, DensityFunction.SimpleFunction, DensityFunction.SinglePointContext, DensityFunction.Visitor -
Field Summary
Fields inherited from interface DensityFunction
CODEC, DIRECT_CODEC, HOLDER_HELPER_CODEC -
Method Summary
Modifier and TypeMethodDescriptiondefault doublecompute(double localX, double localY, double localZ) default voidfillArray(double[] output, DensityFunction.ContextProvider contextProvider) default doublemaxValue()default doubleminValue()Methods inherited from interface DensityFunction
abs, clamp, codec, compute, cube, halfNegative, invert, mapAll, quarterNegative, square, squeeze
-
Method Details
-
offsetNoise
DensityFunction.NoiseHolder offsetNoise() -
minValue
default double minValue()- Specified by:
minValuein interfaceDensityFunction
-
maxValue
default double maxValue()- Specified by:
maxValuein interfaceDensityFunction
-
compute
default double compute(double localX, double localY, double localZ) -
fillArray
- Specified by:
fillArrayin interfaceDensityFunction
-