Classes | |
struct | DarkHelp::PositionTracker::Obj |
The position tracker uses Obj to keep information on objects that are being tracked. More... | |
class | DarkHelp::PositionTracker |
This class attempts to do very simple object tracking based on the position of the object. More... | |
Namespaces | |
DarkHelp | |
The DarkHelp namespace contains (almost) everything in the DarkHelp library. | |
Functions | |
std::ostream & | DarkHelp::operator<< (std::ostream &os, const DarkHelp::PositionTracker &tracker) |
Convenience function to stream the entire object tracker as text. More... | |
std::ostream & | DarkHelp::operator<< (std::ostream &os, const DarkHelp::PositionTracker::Obj &obj) |
Convenience function to stream a single tracked object as a line of text. More... | |