|
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <cassert>#include <utils/geom/GeomHelper.h>#include <utils/common/StdDefs.h>#include <utils/common/RandHelper.h>#include <utils/common/ToString.h>#include <foreign/polyfonts/polyfonts.h>#include <utils/gui/globjects/GLIncludes.h>#include "GLHelper.h"
Go to the source code of this file.
Macros | |
| #define | CIRCLE_RESOLUTION (SUMOReal)10 |
Functions | |
| void APIENTRY | combCallback (GLdouble coords[3], GLdouble *vertex_data[4], GLfloat weight[4], GLdouble **dataOut) |
Definition in file GLHelper.cpp.
| #define CIRCLE_RESOLUTION (SUMOReal)10 |
Definition at line 47 of file GLHelper.cpp.
Referenced by GLHelper::angleLookup(), and GLHelper::drawFilledCircle().
| void APIENTRY combCallback | ( | GLdouble | coords[3], |
| GLdouble * | vertex_data[4], | ||
| GLfloat | weight[4], | ||
| GLdouble ** | dataOut | ||
| ) |
Definition at line 55 of file GLHelper.cpp.
References UNUSED_PARAMETER.
Referenced by GLHelper::drawFilledPolyTesselated().