public final class ImprovedNoise extends Object implements Serializable
| Constructor and Description |
|---|
ImprovedNoise(long seed) |
| Modifier and Type | Method and Description |
|---|---|
double |
noise(double x,
double y,
double z)
Output ranges:
DimensionsRange
1[-0.5, 0.5]
1[-1.0, 1.0]
1[-1.036353811211803, 1.036353811211803]*
|
public double noise(double x,
double y,
double z)
| Dimensions | Range |
|---|---|
| 1 | [-0.5, 0.5] |
| 1 | [-1.0, 1.0] |
| 1 | [-1.036353811211803, 1.036353811211803]* |
Copyright © 2011–2023 pepsoft.org. All rights reserved.