Package net.minecraft.util
Class CubicSampler
java.lang.Object
net.minecraft.util.CubicSampler
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final double[]
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Vec3
gaussianSampleVec3
(Vec3 p_130039_, CubicSampler.Vec3Fetcher p_130040_)
-
Field Details
-
GAUSSIAN_SAMPLE_RADIUS
private static final int GAUSSIAN_SAMPLE_RADIUS- See Also:
-
GAUSSIAN_SAMPLE_BREADTH
private static final int GAUSSIAN_SAMPLE_BREADTH- See Also:
-
GAUSSIAN_SAMPLE_KERNEL
private static final double[] GAUSSIAN_SAMPLE_KERNEL
-
-
Constructor Details
-
CubicSampler
private CubicSampler()
-
-
Method Details
-
gaussianSampleVec3
-