Interface DensityFunction.SimpleFunction
- All Superinterfaces:
DensityFunction
- All Known Subinterfaces:
DensityFunctions.BeardifierOrMarker
- All Known Implementing Classes:
Beardifier, BlendedNoise, DensityFunctions.BeardifierMarker, DensityFunctions.BlendAlpha, DensityFunctions.BlendOffset, DensityFunctions.Constant, DensityFunctions.EndIslandDensityFunction, DensityFunctions.YClampedGradient
- Enclosing interface:
DensityFunction
-
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 voidfillArray(double[] output, DensityFunction.ContextProvider contextProvider) default DensityFunctionmapAll(DensityFunction.Visitor visitor) Methods inherited from interface DensityFunction
abs, clamp, codec, compute, cube, halfNegative, invert, maxValue, minValue, quarterNegative, square, squeeze
-
Method Details
-
fillArray
- Specified by:
fillArrayin interfaceDensityFunction
-
mapAll
- Specified by:
mapAllin interfaceDensityFunction
-