ardupilot/libraries/AP_Math
Andrew Tridgell 61c8dfac31 AP_Math: split out double precision location functions
this allows ALLOW_DOUBLE_MATH_FUNCTIONS to be used
2018-05-07 11:43:23 +10:00
..
benchmarks
examples AP_Math: split out double precision location functions 2018-05-07 11:43:23 +10:00
tests AP_Math: Add ROTATION_PITCH_315 and ROTATION_ROLL_90_PITCH_315 2018-04-24 13:04:37 +01:00
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: allow double precision maths where needed 2018-05-07 11:43:23 +10:00
edc.cpp
edc.h
keywords.txt
location.cpp AP_Math: split out double precision location functions 2018-05-07 11:43:23 +10: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
location_double.cpp AP_Math: split out double precision location functions 2018-05-07 11:43:23 +10:00
matrix3.cpp
matrix3.h
matrixN.cpp
matrixN.h
matrix_alg.cpp
polygon.cpp
polygon.h
quaternion.cpp AP_Math: allow double precision maths where needed 2018-05-07 11:43:23 +10:00
quaternion.h AP_Math: quaternion: add contructor from float[4] 2018-03-27 20:13:03 +09:00
rotations.h AP_Math: add custom rotation option 2018-04-24 13:04:37 +01: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 AP_Math: add custom rotation option 2018-04-24 13:04:37 +01:00
vector3.h
vectorN.h