ardupilot/libraries/AP_Math
Lucas De Marchi 0d4caa3ccc AP_Math: remove declaration of not implemented functions 2016-08-03 00:16:35 -03:00
..
benchmarks AP_Math: AP_GeodesicGrid: make all methods static 2016-05-16 19:08:36 -03:00
examples AP_Math: fixed coverity warning in example 2016-06-05 07:20:46 +10:00
tests AP_Math: vector3 perpendicular function 2016-07-25 20:24:37 +09:00
tools/geodesic_grid AP_Math: geodesic_grid tool: show triangle number for sections too 2016-05-18 13:28:52 -03:00
AP_GeodesicGrid.cpp AP_Math: fix some coding style mistakes 2016-05-16 19:08:36 -03:00
AP_GeodesicGrid.h AP_Math: fix some coding style mistakes 2016-05-16 19:08:36 -03:00
AP_Math.cpp AP_Math: Fix typos 2016-05-13 19:20:06 -03:00
AP_Math.h AP_Math: remove declaration of not implemented functions 2016-08-03 00:16:35 -03:00
definitions.h AP_Math: add USEC_PER_MSEC 2016-07-30 00:55:28 -03:00
edc.cpp AP_Math: Fix typos 2016-05-13 19:20:06 -03:00
edc.h AP_Math: stop using Progmem.h 2015-12-27 15:58:12 -02:00
keywords.txt Beginnings of a math library for ArduPilot(Mega) systems. 2010-09-08 08:21:46 +00:00
location.cpp AP_Math: add separate check_lat() and check_lng() 2016-06-06 13:02:56 -07:00
location.h AP_Math: add separate check_lat() and check_lng() 2016-06-06 13:02:56 -07:00
matrix3.cpp AP_Math: Matrix3: add inverse() and invert() functions 2016-05-16 19:08:35 -03:00
matrix3.h AP_Math: make vectors and matrix constructors constexpr 2016-05-16 19:08:36 -03:00
matrix_alg.cpp AP_Math: Matrix: Change deallocator to match allocator used 2016-08-03 00:09:11 -03:00
polygon.cpp AP_Math: add Polygon_outside and Polygon_complete functions 2016-06-25 15:55:55 +09:00
polygon.h AP_Math: add Polygon_outside and Polygon_complete functions 2016-06-25 15:55:55 +09:00
quaternion.cpp AP_Math: use is_zero and float constants 2016-06-24 16:16:34 +09:00
quaternion.h AP_Math: add quaternion::rotation_matrix_norm 2016-06-24 16:16:28 +09:00
rotations.h AP_Math: reorganize headers 2016-05-10 11:41:26 -03:00
vector2.cpp AP_Math: Replace the pythagorous* functions with a variadic template 2016-05-10 11:41:26 -03:00
vector2.h Math: move closest_point in from AC_Avoid 2016-07-25 20:24:37 +09:00
vector3.cpp AP_Math: Replace the pythagorous* functions with a variadic template 2016-05-10 11:41:26 -03:00
vector3.h AP_Math: vector3 perpendicular function 2016-07-25 20:24:37 +09:00
vectorN.h AP_Math: remove trailing whitespace on headers 2016-05-10 11:41:26 -03:00