ardupilot/libraries/AP_Math
Peter Barker 6e4813cc92 AP_Math: move is_valid_octal into adsb
This doesn't ensure the value is octal digits - there's more magic in
it.
2020-02-05 10:10:20 +11:00
..
benchmarks
examples
tests AP_Math: add more tests for wrap functions 2020-02-05 10:04:08 +11:00
tools/geodesic_grid
AP_GeodesicGrid.cpp
AP_GeodesicGrid.h
AP_Math.cpp AP_Math: move is_valid_octal into adsb 2020-02-05 10:10:20 +11:00
AP_Math.h AP_Math: move is_valid_octal into adsb 2020-02-05 10:10:20 +11:00
crc.cpp
crc.h
definitions.h AP_Math: added speed/distance conversions 2019-07-13 11:05:57 +10:00
location_double.cpp
location.cpp
location.h AP_Math: add WARN_IF_UNUSED to bool methods 2019-07-26 09:26:02 +09:00
matrix3.cpp switch optimisation to O2 2019-10-06 10:58:07 +11:00
matrix3.h AP_Math: add WARN_IF_UNUSED to bool methods 2019-07-26 09:26:02 +09:00
matrix_alg.cpp switch optimisation to O2 2019-10-06 10:58:07 +11:00
matrixN.cpp switch optimisation to O2 2019-10-06 10:58:07 +11:00
matrixN.h
polygon.cpp switch optimisation to O2 2019-10-06 10:58:07 +11:00
polygon.h AP_Math: add WARN_IF_UNUSED to bool methods 2019-07-26 09:26:02 +09:00
quaternion.cpp switch optimisation to O2 2019-10-06 10:58:07 +11:00
quaternion.h AP_Math: add WARN_IF_UNUSED to bool methods 2019-07-26 09:26:02 +09:00
rotations.h AP_Math: define ROTATION_MAX_AUTO_ROTATION 2020-01-01 09:08:19 +11:00
spline5.cpp
spline5.h
vector2.cpp AP_Math: define != for Vector2<int> 2020-02-05 10:09:54 +11:00
vector2.h AP_Math: add comment to vector2f::point_on_segment 2019-08-10 12:21:01 +09:00
vector3.cpp switch optimisation to O2 2019-10-06 10:58:07 +11:00
vector3.h AP_Math: add WARN_IF_UNUSED to bool methods 2019-07-26 09:26:02 +09:00
vectorN.h