Many javadoc fixes thanks to Celtic Minstrel
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -350,10 +350,10 @@ public class SimplexNoiseGenerator extends PerlinNoiseGenerator {
|
||||
/**
|
||||
* Computes and returns the 4D simplex noise for the given coordinates in 4D space
|
||||
*
|
||||
* @param xin X coordinate
|
||||
* @param yin Y coordinate
|
||||
* @param zin Z coordinate
|
||||
* @param win W coordinate
|
||||
* @param x X coordinate
|
||||
* @param y Y coordinate
|
||||
* @param z Z coordinate
|
||||
* @param w W coordinate
|
||||
* @return Noise at given location, from range -1 to 1
|
||||
*/
|
||||
public double noise(double x, double y, double z, double w) {
|
||||
|
||||
@@ -70,7 +70,7 @@ public class SimplexOctaveGenerator extends OctaveGenerator {
|
||||
* @param x X-coordinate
|
||||
* @param y Y-coordinate
|
||||
* @param z Z-coordinate
|
||||
* @para, w W-coordinate
|
||||
* @param w W-coordinate
|
||||
* @param frequency How much to alter the frequency by each octave
|
||||
* @param amplitude How much to alter the amplitude by each octave
|
||||
* @return Resulting noise
|
||||
@@ -85,7 +85,7 @@ public class SimplexOctaveGenerator extends OctaveGenerator {
|
||||
* @param x X-coordinate
|
||||
* @param y Y-coordinate
|
||||
* @param z Z-coordinate
|
||||
* @para, w W-coordinate
|
||||
* @param w W-coordinate
|
||||
* @param frequency How much to alter the frequency by each octave
|
||||
* @param amplitude How much to alter the amplitude by each octave
|
||||
* @param normalized If true, normalize the value to [-1, 1]
|
||||
|
||||
Reference in New Issue
Block a user