![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A list of functions used for drawing persons in GUI. More...
#include <GUIBasePersonHelper.h>
Static Public Member Functions | |
static void | drawAction_drawAsCircle (const double lenght, const double width) |
static void | drawAction_drawAsImage (const double angle, const double lenght, const double width, const std::string &file, const SUMOVehicleShape guiShape, const double exaggeration) |
static void | drawAction_drawAsPoly (const double angle, const double lenght, const double width) |
static void | drawAction_drawAsTriangle (const double angle, const double lenght, const double width) |
A list of functions used for drawing persons in GUI.
Definition at line 43 of file GUIBasePersonHelper.h.
|
static |
Definition at line 58 of file GUIBasePersonHelper.cpp.
References GLHelper::drawFilledCircle().
Referenced by GUIPerson::drawGL(), and GNEPerson::drawGL().
|
static |
Definition at line 91 of file GUIBasePersonHelper.cpp.
References drawAction_drawAsPoly(), GUITexturesHelper::drawTexturedBox(), GUITexturesHelper::getTextureID(), M_PI, RAD2DEG, and SVS_PEDESTRIAN.
Referenced by GUIPerson::drawGL(), and GNEPerson::drawGL().
|
static |
Definition at line 65 of file GUIBasePersonHelper.cpp.
References RGBColor::changedBrightness(), GLHelper::drawFilledCircle(), GLHelper::getColor(), GeomHelper::naviDegree(), and GLHelper::setColor().
Referenced by drawAction_drawAsImage(), and GUIPerson::drawGL().
|
static |
Definition at line 36 of file GUIBasePersonHelper.cpp.
References GLHelper::getColor(), M_PI, RAD2DEG, and GLHelper::setColor().
Referenced by GUIPerson::drawGL(), and GNEPerson::drawGL().