ardupilot/libraries/AP_Math
Peter Barker febcdd766b AP_Math: narrow enumeration to uint8_t to avoid narrowing-warnings
/home/pbarker/rc/ardupilot/libraries/DataFlash/LogFile.cpp:361:25:
error: non-constant-expression cannot be narrowed from type 'enum
Rotation' to 'uint8_t' (aka 'unsigned char') in initializer list
[-Wc++11-narrowing]
        orient1       : s0 ? s0->orientation() : ROTATION_NONE,
2018-04-02 14:12:09 +09:00
..
benchmarks
examples AP_Math: fixed example build on ChibiOS 2018-01-15 11:46:02 +11:00
tests
tools/geodesic_grid
AP_GeodesicGrid.cpp
AP_GeodesicGrid.h
AP_Math.cpp AP_Math: fixed build of Sub with ChibiOS 2018-01-15 11:46:02 +11:00
AP_Math.h AP_Math: added support for cubic spline interpolation 2018-03-27 09:07:03 +11:00
crc.cpp AP_Math: make crc_crc8 const 2017-11-27 10:15:07 +09:00
crc.h AP_Math: make crc_crc8 const 2017-11-27 10:15:07 +09:00
definitions.h AP_Math: moved constants from AP_Baro 2018-01-16 07:14:20 +11:00
edc.cpp
edc.h
keywords.txt
location.cpp AP_Math: add overloaded functions get_horizontal_distance_cm() and get_bearing_cd() (NFC) 2017-12-05 08:54:49 +09:00
location.h AP_Math: add overloaded functions get_horizontal_distance_cm() and get_bearing_cd() (NFC) 2017-12-05 08:54:49 +09:00
matrix3.cpp AP_Math: added from_rotation() method to Matrix3 2017-11-23 14:26:11 +11:00
matrix3.h AP_Math: added from_rotation() method to Matrix3 2017-11-23 14:26:11 +11:00
matrix_alg.cpp
matrixN.cpp
matrixN.h
polygon.cpp
polygon.h
quaternion.cpp
quaternion.h AP_Math: quaternion: add contructor from float[4] 2018-03-27 20:13:03 +09:00
rotations.h AP_Math: narrow enumeration to uint8_t to avoid narrowing-warnings 2018-04-02 14:12:09 +09:00
spline5.cpp AP_Math: added support for cubic spline interpolation 2018-03-27 09:07:03 +11:00
spline5.h AP_Math: added support for cubic spline interpolation 2018-03-27 09:07:03 +11:00
vector2.cpp AP_Math: add Vector2f::circle_segment_intersection 2018-01-22 17:18:41 +09:00
vector2.h AP_Math: add Vector2f::circle_segment_intersection 2018-01-22 17:18:41 +09:00
vector3.cpp AP_Math: replace divide with multiply in distance_to_segment 2017-09-09 14:05:41 +09:00
vector3.h AP_Math: add Vector3f::distance_to_segment 2017-09-09 14:05:41 +09:00
vectorN.h