ardupilot/libraries/AP_Common
Andrew Tridgell 6ee9e445a9 AP_Common: make longitude_scale() a static
this changes the use of longitude_scale() to use the average latitude
instead of the lattitude at one end of the line when calculating
positions and distances. It means we obey the basic geometry rule
that:

 pos1 + offs = pos2
 pos2 - offs == pos1
2021-07-22 19:07:36 +09:00
..
examples/AP_Common
missing
tests AP_Common: added ftype precision offset call 2021-07-22 19:07:36 +09:00
AP_Common.cpp
AP_Common.h AP_Common: added CLASS_NO_COPY() macro 2021-06-08 11:14:52 +10:00
AP_ExpandingArray.cpp
AP_ExpandingArray.h
AP_FWVersion.cpp
AP_FWVersion.h AP_Common: add firmware string without git hash. 2021-06-09 17:35:11 +10:00
AP_FWVersionDefine.h AP_Common: add firmware string without git hash. 2021-06-09 17:35:11 +10:00
AP_Test.h
Bitmask.h
c++.cpp
ExpandingString.cpp AP_Common: fixed null termination bug in ExpandingString 2021-04-21 07:12:55 +10:00
ExpandingString.h AP_Common: added return to ExpandingString append 2021-04-21 07:12:55 +10:00
Location.cpp AP_Common: make longitude_scale() a static 2021-07-22 19:07:36 +09:00
Location.h AP_Common: make longitude_scale() a static 2021-07-22 19:07:36 +09:00
NMEA.cpp AP_Common: added common nmea_printf code 2021-04-13 09:36:52 +10:00
NMEA.h AP_Common: added common nmea_printf code 2021-04-13 09:36:52 +10:00
TSIndex.h