236 Commits (c5f70d22c575762731f3eb2eafc2ebbb4238d4d4)

Author SHA1 Message Date
uncrustify 7e19ae5868 uncrustify libraries/AP_Math/matrix3.h 13 years ago
uncrustify 9bb0b42f28 uncrustify libraries/AP_Math/rotations.h 13 years ago
uncrustify 57d4db2be4 uncrustify libraries/AP_Math/vector3.h 13 years ago
uncrustify d50c606c97 uncrustify libraries/AP_Math/quaternion.h 13 years ago
uncrustify 9ccb38260d uncrustify libraries/AP_Math/polygon.h 13 years ago
uncrustify 533860dd73 uncrustify libraries/AP_Math/AP_Math.cpp 13 years ago
uncrustify b5bee9deff uncrustify libraries/AP_Math/polygon.cpp 13 years ago
uncrustify a208fbb2d9 uncrustify libraries/AP_Math/vector3.cpp 13 years ago
uncrustify 424baf3f29 uncrustify libraries/AP_Math/quaternion.cpp 13 years ago
uncrustify d6e803fd3c uncrustify libraries/AP_Math/matrix3.cpp 13 years ago
uncrustify 64eaadb332 uncrustify libraries/AP_Math/location.cpp 13 years ago
uncrustify d0d401581f uncrustify libraries/AP_Math/examples/location/location.pde 13 years ago
uncrustify 52dbb56bf0 uncrustify libraries/AP_Math/examples/rotations/rotations.pde 13 years ago
uncrustify 87c263fbb9 uncrustify libraries/AP_Math/examples/polygon/polygon.pde 13 years ago
uncrustify 86627c9a9d uncrustify libraries/AP_Math/examples/eulers/eulers.pde 13 years ago
Andrew Tridgell 6300fa7399 math: more abs() fixes 13 years ago
Jason Short a66e43aff1 Location Lib : Abs was overflowing causing bad comparison 13 years ago
Jason Short ff38dadd00 Location Lib. Potential fix for bad angle and distance calcs. 13 years ago
Andrew Tridgell 0ba57d05eb AP_Math: added matrix column extraction functions 13 years ago
Andrew Tridgell 87fca1985f AP_Math: added location_update() and location_offset() functions 13 years ago
Andrew Tridgell 2a7b298bbc MAVLink: moved mavlink variables back to library 13 years ago
Andrew Tridgell 8ae35cae1c AP_Math: rename get_bearing() to get_bearing_cd() to make units obvious 13 years ago
Andrew Tridgell a72f6acef6 AP_Math: added get_distance_cm() to return in centimeters 13 years ago
Andrew Tridgell 1cd8c54f21 AP_Math: cope with co-located waypoints in location_passed_point() 13 years ago
Andrew Tridgell 468dfe3faa AP_Math: the windows arduino build is missing acosf() 13 years ago
Andrew Tridgell 0bdce404a5 AP_Math: add include of math.h 13 years ago
Andrew Tridgell dd200cba31 Math: added location functions to math library 13 years ago
Andrew Tridgell fe865bc1dc Math: added comment 13 years ago
Andrew Tridgell c30b0d85a3 Math: moved more template functions to the .cpp files 13 years ago
Andrew Tridgell 22ff8cb197 examples: fixed build of some examples with new AP_Declination code 13 years ago
Andrew Tridgell a6d66dc45b Math: added mul_transpose() operation 13 years ago
Andrew Tridgell fe55a76335 Math: moved matrix multiple operations to .cpp file 13 years ago
Andrew Tridgell 17fbb8ea26 Math: fixed the build of the eulers test in SITL 13 years ago
Andrew Tridgell 17f7292fe9 Math: added a test for the rotate() method 13 years ago
Andrew Tridgell c16b353ea7 Math: added rotate() method to Matrix3f 13 years ago
Andrew Tridgell 31e566475b Math: added zero() and identity() methods to Matrix3f 13 years ago
Andrew Tridgell d948a28e7c Math: change signs in quaternion library 13 years ago
Andrew Tridgell af9ce0cfc9 Math: allow eulers test to build with AP_Declination library 13 years ago
Andrew Tridgell 72a761170b Math: fixed build of eulers test on SITL 13 years ago
Andrew Tridgell 58a68c89d9 Math: added a function to combine standard rotations 13 years ago
Andrew Tridgell 0ec9857689 Math: any euler angle with pitch > 90 is invalid 13 years ago
Andrew Tridgell 4d3789d11c AP_Math: update the test suite 13 years ago
Andrew Tridgell 4422486d44 AP_Math: made rotation matrices more C++ 13 years ago
Andrew Tridgell 5c6368bad3 AP_Math: allow null pointers in Quaternion::to_euler() 13 years ago
Andrew Tridgell 9f0cb78f08 AP_Math: re-work quaternion functions to be more C++ like 13 years ago
Andrew Tridgell 55aa43a70d Math: added a test suite for the new rotation methods 13 years ago
Andrew Tridgell 289c64c0b9 Math: added vector3.rotate() and matrix3.rotation() methods 13 years ago
Andrew Tridgell a92fb67b70 AP_Math: expanded the math test suite 13 years ago
Andrew Tridgell 4d65cda0ea AP_Math: added quaternion->matrix and earth frame routines 13 years ago
Andrew Tridgell 8abbbe5713 AP_Math: better way of handling safe_sqrt() 13 years ago