Browse Source

AP_Math: minor formatting changes to length method

master
Andrew Tridgell 6 years ago committed by Randy Mackay
parent
commit
01e541b7d1
  1. 1
      libraries/AP_Math/vector2.cpp

1
libraries/AP_Math/vector2.cpp

@ -32,7 +32,6 @@ float Vector2<T>::length(void) const @@ -32,7 +32,6 @@ float Vector2<T>::length(void) const
return norm(x, y);
}
// dot product
template <typename T>
T Vector2<T>::operator *(const Vector2<T> &v) const

Loading…
Cancel
Save