The source project of this merge request has been removed.
A few NVector improvements
Compare changes
+ 11
− 13
@@ -14,15 +15,15 @@ public:
@@ -71,7 +72,7 @@ NVector<N,T>& NVector<N,T>::operator-() const {
@@ -80,7 +81,7 @@ NVector<N,T>& NVector<N,T>::operator+(const NVector<N,T> other) const {
@@ -111,7 +112,7 @@ NVector<N,T>& NVector<N,T>::operator=(NVector<N,T> other) {
@@ -120,14 +121,11 @@ NVector<N,T>& NVector<N,T>::operator+=(const NVector<N,T> other) {