Update SimplexNoiseOctave.java
This commit is contained in:
parent
1093a496b9
commit
e5b07ebc3e
@ -70,6 +70,7 @@ public class SimplexNoiseOctave {
|
||||
|
||||
/**
|
||||
* A method with the functionality of {@link Math#floor(double)} but it is faster.
|
||||
*
|
||||
* @param x the value
|
||||
* @return the result
|
||||
* @see Math#floor(double)
|
||||
@ -82,6 +83,7 @@ public class SimplexNoiseOctave {
|
||||
|
||||
/**
|
||||
* Dot function for a gradient.
|
||||
*
|
||||
* @param gradient the gradient
|
||||
* @param x X
|
||||
* @param y Y
|
||||
@ -94,6 +96,7 @@ public class SimplexNoiseOctave {
|
||||
|
||||
/**
|
||||
* Dot function for a gradient.
|
||||
*
|
||||
* @param gradient the gradient
|
||||
* @param x X
|
||||
* @param y Y
|
||||
@ -107,6 +110,7 @@ public class SimplexNoiseOctave {
|
||||
|
||||
/**
|
||||
* Makes a two dimensional noise.
|
||||
*
|
||||
* @param x X
|
||||
* @param y Y
|
||||
* @return the noise
|
||||
@ -197,6 +201,7 @@ public class SimplexNoiseOctave {
|
||||
|
||||
/**
|
||||
* Makes a three dimensional noise.
|
||||
*
|
||||
* @param x X
|
||||
* @param y Y
|
||||
* @param z Z
|
||||
|
Loading…
Reference in New Issue
Block a user