Uses of Class
de.arstwo.twotil.math.SimplexNoise
Packages that use SimplexNoise
-
Uses of SimplexNoise in de.arstwo.twotil.math
Fields in de.arstwo.twotil.math declared as SimplexNoiseConstructors in de.arstwo.twotil.math with parameters of type SimplexNoiseModifierConstructorDescriptionNoiseStretch(SimplexNoise noise, double stretchX, double stretchZ) Creates a new 2D NoiseStretch with the given values.NoiseStretch(SimplexNoise noise, double stretchX, double stretchY, double stretchZ) Creates a new 3D NoiseStretch with the given values.