mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-15 07:48:29 -04:00
fixed a checkstyle issue
This commit is contained in:
parent
cb0ef9a86b
commit
b9f5a7caac
@ -98,6 +98,9 @@ public interface VectorInterface {
|
||||
VectorInterface getOrthogonal();
|
||||
|
||||
/**
|
||||
* Calculates the scalar product
|
||||
*
|
||||
* @param v the vector to multiply with
|
||||
* @return the scalar product
|
||||
*/
|
||||
default float scalar(VectorInterface v) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user