325 Commits (ff97f525552d16136bb39f3510e9a7b2a3a0c3ad)

Author SHA1 Message Date
Ricardo de Almeida Gonzaga 481e3a2af6 AP_Math: Fix typos 9 years ago
Lucas De Marchi aa974399d0 AP_Math: use inline wrappers for constrain_* functions 9 years ago
Lucas De Marchi bd6e268122 AP_Math: fix coding style 9 years ago
Lucas De Marchi 1dbffef7ea AP_Math: remove trailing whitespace on headers 9 years ago
Lucas De Marchi ab1fa4b435 AP_Math: reorganize headers 9 years ago
dgrat 6d3b491c02 AP_Math: Replace is_equal with a type safe template function 9 years ago
dgrat 503867b7dc AP_Math: Replace safe_sqrt() by template function 9 years ago
dgrat 5deb0e8e03 AP_Math: Replace safe_asin() by template function 9 years ago
Lucas De Marchi 846b4927ec AP_Math: use if/else chain instead of 2 ternary operators 9 years ago
dgrat 174f899a29 AP_Math: Replace the constrain_* functions by a single template 9 years ago
Lucas De Marchi 348b07609c AP_Math: remove macros from unit tests 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
Lucas De Marchi 880f130670 AP_Math: fix loss of precision on float addition 9 years ago
dgrat 76362caee0 AP_Math: Replace wrap_* functions with template versions 9 years ago
dgrat 49cfd6fd9b AP_Math: Add gtest support for some functions 9 years ago
Lucas De Marchi ceea7540fd AP_Math: rename test file 9 years ago
Gustavo Jose de Sousa b594b5a08b AP_Math: matrix_alg: disable FE_OVERFLOW in inverse4x4() for SITL 9 years ago
Gustavo Jose de Sousa a7543d369f AP_Math: matrix_alg: protect inverseixi() against overflow 9 years ago
Gustavo Jose de Sousa 39f72610e2 AP_Math: quaternion: fix style 9 years ago
Andrew Tridgell e8142b0b5b AP_Math: added wrap_360() 9 years ago
Andrew Tridgell 97d27ce58f AP_Math: fixed memory leak 9 years ago
Andrew Tridgell 6165c42535 AP_Math: added from_axis_angle() method on Matrix3f 9 years ago
Michael du Breuil bb7cf6c0b6 AP_Math: Update location_sanitize to sanitize for lat/lng 9 years ago
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
Andrew Tridgell 6bff07397e AP_Math: added linear_interpolate() function 9 years ago
Lucas De Marchi b4a8a0b961 AP_Math: replace header guard with pragma once 9 years ago
Gustavo Jose de Sousa 6729475b25 AP_Math: fix eulers example for PX4 9 years ago
Gustavo Jose de Sousa d9bb696fa3 AP_Math: avoid bias in rand_num() in eulers example 9 years ago
Tom Pittenger 278fb2e60d AP_Math: add location sanity checker/fixer util 9 years ago
dgrat 672acdc8ef AP_Math: Created location.h header for location functions 9 years ago
Lucas De Marchi 7f685a12bd AP_Math: remove trailing whitespaces and tabs 9 years ago
dgrat 5148e41c1a AP_Math: Cleaned macro definitions 9 years ago
dgrat 7c4c8ea579 AP_Math: Remove ROTATION_COMBINATION_SUPPORT 9 years ago
Daniel Frenzel ead51a9d19 AP_Math: Removed useless "undef INLINE" 9 years ago
Daniel Frenzel ef7cf7c4aa AP_Math: Removed useless header 9 years ago
Peter Barker 80bc7a50d7 AP_Math: define MATH_CHECK_INDEXES 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa a2d2661765 waf: use methods from bld instead of ardupilotwaf for the remaining 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Andrew Tridgell 60af7a6087 AP_Math: removed matrix3 parameter support 9 years ago
Andrew Tridgell 16e0a6d7b0 AP_Math: fixed angle between two vector3s 9 years ago
Lucas De Marchi 180359d6dd AP_Math: fix unit test 9 years ago
Lucas De Marchi ba3325ffd3 AP_Math: rename rotation 9 years ago
Jonathan Challinger 83d5a6664a AP_Math: minor changes to matrix_alg in response to review 9 years ago
bugobliterator 1a4b4fa85e AP_Math: add inverse matrix test to check if inverse(mat)*mat = I 9 years ago
bugobliterator fe62a049bd AP_Math: implement LU decomposition based matrix inverse 9 years ago
Siddharth Bharat Purohit a0c3cbffee AP_Math: add inverse matrix test example 9 years ago
Siddharth Bharat Purohit 5af0cc8eaf AP_Math: add inverse rotate example function 9 years ago
Jonathan Challinger 7ed8b3814f AP_Math: add rotate_inverse to Vector3 9 years ago