public class SimplexNoiseGenerator extends Object
| Constructor and Description |
|---|
SimplexNoiseGenerator() |
SimplexNoiseGenerator(int seed) |
| Modifier and Type | Method and Description |
|---|---|
double |
noise(double xin,
double yin) |
double |
noise(double xin,
double yin,
double zin) |
public SimplexNoiseGenerator()
public SimplexNoiseGenerator(int seed)
Copyright © 2016. All rights reserved.