mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Removed some javadocs for nonexistant parameters in Vector2D methods.
This commit is contained in:
parent
3e875b7936
commit
610fa40e2a
@ -159,7 +159,6 @@ public Vector2D add(Vector2D other) {
|
|||||||
* Adds two points.
|
* Adds two points.
|
||||||
*
|
*
|
||||||
* @param x
|
* @param x
|
||||||
* @param y
|
|
||||||
* @param z
|
* @param z
|
||||||
* @return New point
|
* @return New point
|
||||||
*/
|
*/
|
||||||
@ -171,7 +170,6 @@ public Vector2D add(double x, double z) {
|
|||||||
* Adds two points.
|
* Adds two points.
|
||||||
*
|
*
|
||||||
* @param x
|
* @param x
|
||||||
* @param y
|
|
||||||
* @param z
|
* @param z
|
||||||
* @return New point
|
* @return New point
|
||||||
*/
|
*/
|
||||||
@ -209,7 +207,6 @@ public Vector2D subtract(Vector2D other) {
|
|||||||
* Subtract two points.
|
* Subtract two points.
|
||||||
*
|
*
|
||||||
* @param x
|
* @param x
|
||||||
* @param y
|
|
||||||
* @param z
|
* @param z
|
||||||
* @return New point
|
* @return New point
|
||||||
*/
|
*/
|
||||||
@ -221,7 +218,6 @@ public Vector2D subtract(double x, double z) {
|
|||||||
* Subtract two points.
|
* Subtract two points.
|
||||||
*
|
*
|
||||||
* @param x
|
* @param x
|
||||||
* @param y
|
|
||||||
* @param z
|
* @param z
|
||||||
* @return New point
|
* @return New point
|
||||||
*/
|
*/
|
||||||
@ -259,7 +255,6 @@ public Vector2D multiply(Vector2D other) {
|
|||||||
* Component-wise multiplication
|
* Component-wise multiplication
|
||||||
*
|
*
|
||||||
* @param x
|
* @param x
|
||||||
* @param y
|
|
||||||
* @param z
|
* @param z
|
||||||
* @return New point
|
* @return New point
|
||||||
*/
|
*/
|
||||||
@ -271,7 +266,6 @@ public Vector2D multiply(double x, double z) {
|
|||||||
* Component-wise multiplication
|
* Component-wise multiplication
|
||||||
*
|
*
|
||||||
* @param x
|
* @param x
|
||||||
* @param y
|
|
||||||
* @param z
|
* @param z
|
||||||
* @return New point
|
* @return New point
|
||||||
*/
|
*/
|
||||||
@ -339,7 +333,6 @@ public Vector2D divide(Vector2D other) {
|
|||||||
* Component-wise division
|
* Component-wise division
|
||||||
*
|
*
|
||||||
* @param x
|
* @param x
|
||||||
* @param y
|
|
||||||
* @param z
|
* @param z
|
||||||
* @return New point
|
* @return New point
|
||||||
*/
|
*/
|
||||||
@ -351,7 +344,6 @@ public Vector2D divide(double x, double z) {
|
|||||||
* Component-wise division
|
* Component-wise division
|
||||||
*
|
*
|
||||||
* @param x
|
* @param x
|
||||||
* @param y
|
|
||||||
* @param z
|
* @param z
|
||||||
* @return New point
|
* @return New point
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user