- 
Method Summary
double
 
Computes the noise value at given position 
 double
 
Computes the noise value at given position. 
 double
 
Returns the maximum value possible. 
 double
 
Returns the minimum value possible. 
 
 
 
 
- 
Method Details
- 
mindouble min() Returns the minimum value possible. 
- Returns:
- The minimum value
 
- 
maxdouble max() Returns the maximum value possible. 
- Returns:
- The maximum value
 
- 
computeComputes the noise value at given position. 
- Parameters:
- pos- The position
- Returns:
- The noise value at given position
 
- 
computedouble compute(int x,
 int y,
 int z) Computes the noise value at given position 
- Parameters:
- x- The x coordinate
- y- The y coordinate
- z- The z coordinate
- Returns:
- The noise value at given position