Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Fixed a javadoc in Vector.java.
Dieser Commit ist enthalten in:
Ursprung
c676e1ac39
Commit
99b0345ca6
@ -496,10 +496,10 @@ public class Vector {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the dot product of this and another vector.
|
||||
* Gets the cross product of this and another vector.
|
||||
*
|
||||
* @param other
|
||||
* @return the dot product of this and the other vector
|
||||
* @return the cross product of this and the other vector
|
||||
*/
|
||||
public Vector cross(Vector other) {
|
||||
return new Vector(
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren