public interface NoiseGenerator
| Modifier and Type | Method and Description |
|---|---|
float |
noise(Vector position)
Get the noise value for the given position.
|
float |
noise(Vector2D position)
Get the noise value for the given position.
|
float noise(Vector2D position)
position - the positionfloat noise(Vector position)
position - the positionCopyright © 2010-2014. All Rights Reserved.