Class SimplexNoise
java.lang.Object
com.hypixel.hytale.procedurallib.logic.SimplexNoise
- All Implemented Interfaces:
NoiseFunction,NoiseFunction2d,NoiseFunction3d
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
F2
private static final double F2- See Also:
-
P1_F2
private static final double P1_F2- See Also:
-
G2
private static final double G2- See Also:
-
F3
private static final double F3- See Also:
-
G3
private static final double G3- See Also:
-
G33
private static final double G33- See Also:
-
-
Constructor Details
-
SimplexNoise
private SimplexNoise()
-
-
Method Details
-
get
public double get(int seed, int offsetSeed, double x, double y) - Specified by:
getin interfaceNoiseFunction2d
-
get
public double get(int seed, int offsetSeed, double x, double y, double z) - Specified by:
getin interfaceNoiseFunction3d
-
toString
-