fixed a checkstyle issue

This commit is contained in:
hneemann 2019-11-09 13:26:22 +01:00
parent cb0ef9a86b
commit b9f5a7caac

View File

@ -98,6 +98,9 @@ public interface VectorInterface {
VectorInterface getOrthogonal(); VectorInterface getOrthogonal();
/** /**
* Calculates the scalar product
*
* @param v the vector to multiply with
* @return the scalar product * @return the scalar product
*/ */
default float scalar(VectorInterface v) { default float scalar(VectorInterface v) {