ardupilot/libraries/AP_Math
Andrew Tridgell ba83950fc4 libraries: replace constrain() with constrain_float()
this makes the type much more obvious. Thanks to Tobias for the
suggestion.
2013-05-02 10:25:40 +10:00
..
examples cleanup: use const for struct Location pointers and references 2013-04-09 12:10:32 +10:00
AP_Math_AVR_Compat.h Add AVR compatibility header for missing math.h definitions. 2013-01-16 13:52:17 +11:00
AP_Math.cpp libraries: replace constrain() with constrain_float() 2013-05-02 10:25:40 +10:00
AP_Math.h libraries: replace constrain() with constrain_float() 2013-05-02 10:25:40 +10:00
keywords.txt
location.cpp AP_Math: move print_latlon() to location.cpp 2013-04-20 13:52:36 +10:00
matrix3.cpp Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00
matrix3.h
polygon.cpp
polygon.h
quaternion.cpp Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00
quaternion.h
rotations.h AP_Math: support some more rotation combinations 2013-01-13 17:32:48 +11:00
vector2.cpp AP_Math: moved a lot of vector templates to cpp from .h 2013-04-12 12:48:08 +10:00
vector2.h AP_Math: moved a lot of vector templates to cpp from .h 2013-04-12 12:48:08 +10:00
vector3.cpp AP_Math: moved a lot of vector templates to cpp from .h 2013-04-12 12:48:08 +10:00
vector3.h AP_Math: moved a lot of vector templates to cpp from .h 2013-04-12 12:48:08 +10:00