Andrew Tridgell
|
c7d5f06b21
|
AP_Math: added quaternion helper functions and a test suite
|
2012-03-10 10:34:30 +11:00 |
|
Andrew Tridgell
|
16ed8bc8f6
|
AP_Math: added rotmat <-> euler functions
these will make the dcm matrix manipulation easier to understand
|
2012-02-24 11:52:55 +11:00 |
|
Andrew Tridgell
|
17d16bc8c6
|
AP_Math: added safe_sqrt() function
this function will never return NAN. It will return zero for negative
numbers.
|
2012-02-24 11:52:55 +11:00 |
|
Andrew Tridgell
|
502fbf6e17
|
AP_Math: added a safe_asin() function
this adds range checking to asin()
|
2012-02-24 11:52:55 +11:00 |
|