mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Math: remove unused angle method
This commit is contained in:
parent
bcd305c821
commit
db45442de2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user