Update SimplexNoiseOctave.java

This commit is contained in:
Libin Yang 2019-03-22 18:36:07 +08:00 committed by GitHub
parent 1093a496b9
commit e5b07ebc3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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