Skip to content

Commit

Permalink
add missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Jan 25, 2024
1 parent de63222 commit ab0c2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public static double getRelDistance3D(Location from, Location to) {
*
* @param x a value
* @param y a value
* @param z a value
* @return sqrt(<i>x</i><sup>2</sup>&nbsp;+<i>y</i><sup>2</sup>&nbsp;+<i>z</i><sup>2</sup>)<br/>
*/
public static double getDistance3D(final double x, final double y, final double z) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public static double getRelDistance3D(Location from, Location to) {
*
* @param x a value
* @param y a value
* @param z a value
* @return sqrt(<i>x</i><sup>2</sup>&nbsp;+<i>y</i><sup>2</sup>&nbsp;+<i>z</i><sup>2</sup>)<br/>
*/
public static double getDistance3D(final double x, final double y, final double z) {
Expand Down

0 comments on commit ab0c2ac

Please sign in to comment.