ardupilot/libraries/AP_Math
Andrew Tridgell a6e05cbf5a AP_Math: added crc32 for IOMCU bootloader protocol 2018-04-17 08:44:44 +10:00
..
benchmarks
examples AP_Math: fixed example build on ChibiOS 2018-01-15 11:46:02 +11:00
tests
tools/geodesic_grid
AP_GeodesicGrid.cpp
AP_GeodesicGrid.h
AP_Math.cpp AP_Math: fixed build of Sub with ChibiOS 2018-01-15 11:46:02 +11:00
AP_Math.h AP_Math: added support for cubic spline interpolation 2018-03-27 09:07:03 +11:00
crc.cpp AP_Math: added crc32 for IOMCU bootloader protocol 2018-04-17 08:44:44 +10:00
crc.h AP_Math: added crc32 for IOMCU bootloader protocol 2018-04-17 08:44:44 +10:00
definitions.h AP_Math: moved constants from AP_Baro 2018-01-16 07:14:20 +11:00
edc.cpp
edc.h
keywords.txt
location.cpp AP_Math: add overloaded functions get_horizontal_distance_cm() and get_bearing_cd() (NFC) 2017-12-05 08:54:49 +09:00
location.h AP_Math: add overloaded functions get_horizontal_distance_cm() and get_bearing_cd() (NFC) 2017-12-05 08:54:49 +09:00
matrix3.cpp
matrix3.h
matrixN.cpp
matrixN.h
matrix_alg.cpp
polygon.cpp
polygon.h
quaternion.cpp
quaternion.h AP_Math: quaternion: add contructor from float[4] 2018-03-27 20:13:03 +09:00
rotations.h AP_Math: narrow enumeration to uint8_t to avoid narrowing-warnings 2018-04-02 14:12:09 +09:00
spline5.cpp AP_Math: added support for cubic spline interpolation 2018-03-27 09:07:03 +11:00
spline5.h AP_Math: added support for cubic spline interpolation 2018-03-27 09:07:03 +11:00
vector2.cpp AP_Math: add Vector2f::circle_segment_intersection 2018-01-22 17:18:41 +09:00
vector2.h AP_Math: add Vector2f::circle_segment_intersection 2018-01-22 17:18:41 +09:00
vector3.cpp
vector3.h
vectorN.h