Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Removed some javadocs for nonexistant parameters in Vector2D methods.
Dieser Commit ist enthalten in:
Ursprung
3e875b7936
Commit
610fa40e2a
@ -159,7 +159,6 @@ public class Vector2D {
|
||||
* Adds two points.
|
||||
*
|
||||
* @param x
|
||||
* @param y
|
||||
* @param z
|
||||
* @return New point
|
||||
*/
|
||||
@ -171,7 +170,6 @@ public class Vector2D {
|
||||
* Adds two points.
|
||||
*
|
||||
* @param x
|
||||
* @param y
|
||||
* @param z
|
||||
* @return New point
|
||||
*/
|
||||
@ -209,7 +207,6 @@ public class Vector2D {
|
||||
* Subtract two points.
|
||||
*
|
||||
* @param x
|
||||
* @param y
|
||||
* @param z
|
||||
* @return New point
|
||||
*/
|
||||
@ -221,7 +218,6 @@ public class Vector2D {
|
||||
* Subtract two points.
|
||||
*
|
||||
* @param x
|
||||
* @param y
|
||||
* @param z
|
||||
* @return New point
|
||||
*/
|
||||
@ -259,7 +255,6 @@ public class Vector2D {
|
||||
* Component-wise multiplication
|
||||
*
|
||||
* @param x
|
||||
* @param y
|
||||
* @param z
|
||||
* @return New point
|
||||
*/
|
||||
@ -271,7 +266,6 @@ public class Vector2D {
|
||||
* Component-wise multiplication
|
||||
*
|
||||
* @param x
|
||||
* @param y
|
||||
* @param z
|
||||
* @return New point
|
||||
*/
|
||||
@ -339,7 +333,6 @@ public class Vector2D {
|
||||
* Component-wise division
|
||||
*
|
||||
* @param x
|
||||
* @param y
|
||||
* @param z
|
||||
* @return New point
|
||||
*/
|
||||
@ -351,7 +344,6 @@ public class Vector2D {
|
||||
* Component-wise division
|
||||
*
|
||||
* @param x
|
||||
* @param y
|
||||
* @param z
|
||||
* @return New point
|
||||
*/
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren