Class CubicSampler

java.lang.Object
net.minecraft.util.CubicSampler

public class CubicSampler extends Object
  • Field Details

    • GAUSSIAN_SAMPLE_RADIUS

      private static final int GAUSSIAN_SAMPLE_RADIUS
      See Also:
      Constant Field Values
    • GAUSSIAN_SAMPLE_BREADTH

      private static final int GAUSSIAN_SAMPLE_BREADTH
      See Also:
      Constant Field Values
    • GAUSSIAN_SAMPLE_KERNEL

      private static final double[] GAUSSIAN_SAMPLE_KERNEL
  • Constructor Details

    • CubicSampler

      private CubicSampler()
  • Method Details