Skip to content
Snippets Groups Projects
Commit 2c93583d authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Improved javadoc.

parent d708d289
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,8 @@ public class MinMaxTreeTile extends SimpleTile {
* @param i row index of the cell
* @param j column index of the cell
* @param level tree level
* @return minimum elevation
* @return minimum value that can be reached when interpolating elevation
* in the sub-tile
* @see #getLevels()
* @see #getMaxElevation(int, int, int)
* @see #getMergeLevel(int, int, int, int)
......@@ -197,7 +198,8 @@ public class MinMaxTreeTile extends SimpleTile {
* @param i row index of the cell
* @param j column index of the cell
* @param level tree level
* @return maximum elevation
* @return maximum value that can be reached when interpolating elevation
* in the sub-tile
* @see #getLevels()
* @see #getMinElevation(int, int, int)
* @see #getMergeLevel(int, int, int, int)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment