mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 02:47:11 +00:00
Fixed a javadoc in Vector.java.
This commit is contained in:
parent
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(
|
||||
|
Loading…
Reference in New Issue
Block a user