Comparator for equality of the first two elements of two 3D-vectors. More...
Public Member Functions | |
bool | operator() (const Eigen::Vector3d &a, const Eigen::Vector3d &b) |
Compare the first two elements of two 3D-vectors for equality. |
Comparator for equality of the first two elements of two 3D-vectors.
Definition at line 94 of file handle_search.h.
bool HandleSearch::VectorFirstTwoElementsComparator::operator() | ( | const Eigen::Vector3d & | a, |
const Eigen::Vector3d & | b | ||
) | [inline] |
Compare the first two elements of two 3D-vectors for equality.
a | the first 3D-vector to be compared |
b | the second 3D-vector to be compared |
Definition at line 103 of file handle_search.h.