AP_Math: remove unused angle method

This commit is contained in:
Randy Mackay 2017-06-08 13:43:10 +09:00
parent bcd305c821
commit db45442de2

View File

@ -95,9 +95,6 @@ struct Vector2
// returns 0 if the vectors are parallel, and M_PI if they are antiparallel
float angle(const Vector2<T> &v2) const;
// computes the angle in radians between the origin and this vector
T angle(void) const;
// check if any elements are NAN
bool is_nan(void) const;