|
APM:Libraries
|
Public Attributes | |
| uint16_t | start_index |
| uint16_t | end_index |
| Vector3f | midpoint |
| float | length_squared |
Definition at line 207 of file AP_SmartRTL.h.
| uint16_t AP_SmartRTL::prune_loop_t::end_index |
Definition at line 209 of file AP_SmartRTL.h.
Referenced by AP_SmartRTL::loops_overlap(), and AP_SmartRTL::remove_points_by_loops().
| float AP_SmartRTL::prune_loop_t::length_squared |
Definition at line 211 of file AP_SmartRTL.h.
Referenced by AP_SmartRTL::add_loop().
| Vector3f AP_SmartRTL::prune_loop_t::midpoint |
Definition at line 210 of file AP_SmartRTL.h.
Referenced by AP_SmartRTL::remove_points_by_loops().
| uint16_t AP_SmartRTL::prune_loop_t::start_index |
Definition at line 208 of file AP_SmartRTL.h.
Referenced by AP_SmartRTL::loops_overlap(), and AP_SmartRTL::remove_points_by_loops().
1.8.13