uncrustify
|
a208fbb2d9
|
uncrustify libraries/AP_Math/vector3.cpp
|
2012-08-21 19:03:34 -07:00 |
Andrew Tridgell
|
fe865bc1dc
|
Math: added comment
|
2012-06-27 16:01:49 +10:00 |
Andrew Tridgell
|
c30b0d85a3
|
Math: moved more template functions to the .cpp files
save a bit more code space for larger functions
|
2012-06-27 16:01:49 +10:00 |
Andrew Tridgell
|
58a68c89d9
|
Math: added a function to combine standard rotations
this will allow us to have an overall board rotation plus a per-sensor
rotation
|
2012-03-19 17:29:02 +11:00 |
Andrew Tridgell
|
289c64c0b9
|
Math: added vector3.rotate() and matrix3.rotation() methods
these operate on a "enum Rotation" which defines a set of standard
rotations. These are much faster than our previous method, plus use
less memory
|
2012-03-11 15:37:07 +11:00 |