Struct KPIECE1::CloseSample
Defined in File KPIECE1.h
Nested Relationships
This struct is a nested type of Class KPIECE1.
Struct Documentation
-
struct CloseSample
Information about a known good sample (closer to the goal than others)
Public Functions
-
inline CloseSample(Grid::Cell *c, Motion *m, double d)
Constructor fully initializes the content of this structure.
-
inline bool operator<(const CloseSample &other) const
Sort samples in accordance to their distance to the goal.
-
inline CloseSample(Grid::Cell *c, Motion *m, double d)