|
| OpenSimplexNoise (short[] perm) |
|
| OpenSimplexNoise (long seed) |
|
double | eval (double x, double y) |
|
double | eval (double x, double y, double z) |
|
double | eval (double x, double y, double z, double w) |
|
OpenSimplex Noise in Java. by Kurt Spencer
v1.1 (October 5, 2014)
- Added 2D and 4D implementations.
- Proper gradient sets for all dimensions, from a dimensionally-generalizable scheme with an actual rhyme and reason behind it.
- Removed default permutation array in favor of default seed.
- Changed seed-based constructor to be independent of any particular randomization library, so results will be the same when ported to other languages.
The documentation for this class was generated from the following file:
- /Users/peter/git/shapes3d-repos/Shapes 3D/src/shapes3d/utils/OpenSimplexNoise.java