Package zombie.iso.weather
Class SimplexNoise
java.lang.Object
zombie.iso.weather.SimplexNoise
public class SimplexNoise
extends java.lang.Object
- 
Constructor SummaryConstructors Constructor Description SimplexNoise()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
SimplexNoisepublic SimplexNoise()
 
- 
- 
Method Details- 
noisepublic static double noise(double double1, double double2)
- 
noisepublic static double noise(double double1, double double2, double double3)
- 
noisepublic static double noise(double double1, double double2, double double3, double double4)
 
-