This file defines the non-inline member functions of the lobot::LaserWindowMarkings class, which is used to draw markers at regular intervals to help indicate distance from the laser range finder. More...
#include "Robots/LoBot/ui/LoLaserWindowGrid.H"
#include "Robots/LoBot/ui/LoLaserWindowRings.H"
#include "Robots/LoBot/ui/LoLaserWindowMarkings.H"
#include "Robots/LoBot/config/LoConfigHelpers.H"
#include "Robots/LoBot/misc/LoTypes.H"
#include "Robots/LoBot/util/LoString.H"
#include <GL/gl.h>
#include <algorithm>
#include <vector>
Go to the source code of this file.
Functions | |
static LaserWindowMarkings::Marking | lobot::make_marking (const float &interval) |
bool | lobot::compare_markings (const LaserWindowMarkings::Marking &a, const LaserWindowMarkings::Marking &b) |
This file defines the non-inline member functions of the lobot::LaserWindowMarkings class, which is used to draw markers at regular intervals to help indicate distance from the laser range finder.
Definition in file LoLaserWindowMarkings.C.