uncrustify libraries/AP_Math/AP_Math.h

This commit is contained in:
uncrustify 2012-08-16 23:20:14 -07:00 committed by Pat Hickey
parent 97ee36e1e4
commit ffb4163b51
1 changed files with 13 additions and 13 deletions

View File

@ -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 // our previous waypoint and point2 is our target waypoint
// then this function returns true if we have flown past // then this function returns true if we have flown past
// the target waypoint // the target waypoint
bool location_passed_point(struct Location &location, bool location_passed_point(struct Location & location,
struct Location &point1, struct Location & point1,
struct Location &point2); struct Location & point2);
// extrapolate latitude/longitude given bearing and distance // extrapolate latitude/longitude given bearing and distance
void location_update(struct Location *loc, float bearing, float distance); void location_update(struct Location *loc, float bearing, float distance);