Class SimplexNoise

java.lang.Object
zombie.iso.weather.SimplexNoise

public class SimplexNoise extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    noise(double xin, double yin)
     
    static double
    noise(double xin, double yin, double zin)
     
    static double
    noise(double x, double y, double z, double w)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimplexNoise

      public SimplexNoise()
  • Method Details

    • noise

      public static double noise(double xin, double yin)
    • noise

      public static double noise(double xin, double yin, double zin)
    • noise

      public static double noise(double x, double y, double z, double w)