mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
uncrustify libraries/AP_Math/AP_Math.h
This commit is contained in:
parent
7e19ae5868
commit
97994a4e3a
@ -44,9 +44,9 @@ int32_t get_bearing_cd(const struct Location *loc1, const struct Location *loc2)
|
||||
// our previous waypoint and point2 is our target waypoint
|
||||
// then this function returns true if we have flown past
|
||||
// the target waypoint
|
||||
bool location_passed_point(struct Location &location,
|
||||
struct Location &point1,
|
||||
struct Location &point2);
|
||||
bool location_passed_point(struct Location & location,
|
||||
struct Location & point1,
|
||||
struct Location & point2);
|
||||
|
||||
// extrapolate latitude/longitude given bearing and distance
|
||||
void location_update(struct Location *loc, float bearing, float distance);
|
||||
|
Loading…
Reference in New Issue
Block a user