Interface NoiseFunction3d

All Known Subinterfaces:
NoiseFunction
All Known Implementing Classes:
BranchNoise, BranchNoiseJsonLoader.LoadedBranchNoise, CellNoise, CellNoiseJsonLoader.LoadedCellNoise, ConstantNoise, DistanceNoise, DistanceNoiseJsonLoader.LoadedDistanceNoise, GridNoise, HexMeshNoise, MeshNoise, NoiseFunctionPair, OldSimplexNoise, PerlinNoise, PointNoise, SimplexNoise, ValueNoise
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NoiseFunction3d
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    get(int var1, int var2, double var3, double var5, double var7)
     
  • Method Details

    • get

      double get(int var1, int var2, double var3, double var5, double var7)