Josh Henderson
|
28d9be1cc0
|
AP_Math: get_horizontal_cm() simplify
|
2021-11-30 10:08:07 +11:00 |
Josh Henderson
|
2a15cf86ad
|
AP_Math: Location get_bearing & get_horizontal_distance use Vector2f
|
2021-11-30 10:08:07 +11:00 |
Peter Barker
|
4c434c2df9
|
AP_Math: add WARN_IF_UNUSED to bool methods
|
2019-07-26 09:26:02 +09:00 |
Pierre Kancir
|
ff4587a33a
|
AP_Math: move location define to Location class
|
2019-04-23 09:20:43 +10:00 |
Pierre Kancir
|
4f31c3dcd5
|
AP_Math: move line_path_proportion to Location
|
2019-04-23 09:20:43 +10:00 |
Pierre Kancir
|
e06d7dbbf7
|
AP_Math: move location_passed_point to Location and rename
|
2019-04-23 09:20:43 +10:00 |
Peter Barker
|
11dcdc58e0
|
AP_Math: clean up includes a little
|
2019-04-16 10:00:29 +10:00 |
Pierre Kancir
|
121e5d0abf
|
AP_Math: move location_3d_diff_NED to Location and rename
|
2019-04-09 20:59:48 +10:00 |
Pierre Kancir
|
e787922ab0
|
AP_Math: move check_latlng to Location
|
2019-04-08 12:56:01 -07:00 |
Pierre Kancir
|
b10e75f4e1
|
AP_Math: move locations_are_same to Location and rename to same_latlon_as
|
2019-04-08 08:05:05 -07:00 |
Pierre Kancir
|
00fa07ef33
|
AP_Math: move location_diff to Location and rename
|
2019-04-08 08:00:52 -07:00 |
Pierre Kancir
|
b31e5bf055
|
AP_Math: move location_update to Location and rename to offset_bearing
|
2019-04-06 09:10:28 +11:00 |
Pierre Kancir
|
88b29ff18c
|
AP_Math: move get_bearing_cd to Location and rename to get_bearing_to
|
2019-04-06 09:10:28 +11:00 |
Pierre Kancir
|
f6941beeb9
|
AP_Math: fix circulary inclusion error
|
2019-04-02 19:00:02 +11:00 |
Peter Barker
|
e6a8e337c7
|
AP_Math: move sanitize to be a method on location
|
2019-04-02 10:19:38 +11:00 |
Peter Barker
|
431bd77d7e
|
AP_Math: move print_latlon into sole caller
|
2019-04-02 10:19:38 +11:00 |
Peter Barker
|
499cc45ac0
|
AP_Math: move longitude_scale into Location class
|
2019-03-12 10:11:12 +11:00 |
Dr.-Ing. Amilcar do Carmo Lucas
|
65ccef04b9
|
AP_Math: replace location_offset() and get_distance() C function calls with Location object member (C++) function calls
This allows removing duplicated code in the AP_Math/location.cpp file
|
2019-02-28 11:44:09 +11:00 |
Dr.-Ing. Amilcar Do Carmo Lucas
|
e13281ab2d
|
AP_Math: add overloaded functions get_horizontal_distance_cm() and get_bearing_cd() (NFC)
|
2017-12-05 08:54:49 +09:00 |
Michael du Breuil
|
97c57764c4
|
AP_Math: Add a 3D location difference, returning NED
|
2017-02-13 09:23:14 +11:00 |
murata
|
f9add59b58
|
Global: Aggregate the same definitions.
Global: Aggregate the same definitions.
|
2016-11-09 11:46:55 -03:00 |
Tom Pittenger
|
00aaa78757
|
AP_Math: add separate check_lat() and check_lng()
|
2016-06-06 13:02:56 -07:00 |
Tom Pittenger
|
ce9ecf9f3d
|
AP_Math: added check_latlng helper
|
2016-06-01 17:38:48 -07:00 |
Tom Pittenger
|
278fb2e60d
|
AP_Math: add location sanity checker/fixer util
|
2016-03-02 08:48:26 -08:00 |
dgrat
|
672acdc8ef
|
AP_Math: Created location.h header for location functions
Helps to order AP_Math functions by purpose.
|
2016-02-27 02:51:33 -03:00 |