Class LinearKernel

java.lang.Object
com.sk89q.worldedit.math.convolution.Kernel
com.sk89q.worldedit.math.convolution.LinearKernel

public class LinearKernel extends Kernel
A linear Kernel generator (all cells weigh the same).
  • Constructor Details

    • LinearKernel

      public LinearKernel(int radius)