#include <angular_point.h>
Public Member Functions | |
AngularPoint (geometry_msgs::Point32 point, int32_t index_) | |
bool | operator< (const AngularPoint &other) const |
Public Attributes | |
double | angle |
int32_t | index |
A pair (index, angle) constructed from a Point32 with comparison by angle value.
Definition at line 17 of file angular_point.h.
lama_common::AngularPoint::AngularPoint | ( | geometry_msgs::Point32 | point, |
int32_t | index_ | ||
) | [inline] |
Definition at line 19 of file angular_point.h.
bool lama_common::AngularPoint::operator< | ( | const AngularPoint & | other | ) | const [inline] |
Definition at line 28 of file angular_point.h.
Definition at line 25 of file angular_point.h.
int32_t lama_common::AngularPoint::index |
Definition at line 26 of file angular_point.h.