Package net.minecraft.util
Class CubicSampler
- java.lang.Object
-
- net.minecraft.util.CubicSampler
-
public class CubicSampler extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CubicSampler.Vec3Fetcher
-
Field Summary
Fields Modifier and Type Field Description private static double[]
GAUSSIAN_SAMPLE_KERNEL
-
Constructor Summary
Constructors Constructor Description CubicSampler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Vector3d
gaussianSampleVec3(Vector3d p_240807_0_, CubicSampler.Vec3Fetcher p_240807_1_)
-
-
-
Method Detail
-
gaussianSampleVec3
@Nonnull public static Vector3d gaussianSampleVec3(Vector3d p_240807_0_, CubicSampler.Vec3Fetcher p_240807_1_)
-
-