Class LinearKernel
java.lang.Object
com.sk89q.worldedit.math.convolution.Kernel
com.sk89q.worldedit.math.convolution.LinearKernel
A linear Kernel generator (all cells weigh the same).
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sk89q.worldedit.math.convolution.Kernel
getHeight, getKernelData, getWidth, getXOrigin, getYOrigin
-
Constructor Details
-
LinearKernel
public LinearKernel(int radius)
-