|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.substance.utils.PerlinNoiseGenerator
public class PerlinNoiseGenerator
A class for producing Perlin-inspired noise. The code written by Ken Perlin.
| Constructor Summary | |
|---|---|
PerlinNoiseGenerator()
|
|
| Method Summary | |
|---|---|
static double |
noise(double x,
double y,
double z)
Returns noise for the specified coordinates. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerlinNoiseGenerator()
| Method Detail |
|---|
public static double noise(double x,
double y,
double z)
x - X coordinate.y - Y coordinate.z - Z coordinate.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||