|
ARGoS 3
A parallel, multi-engine simulator for swarm robotics
|
#include "qtopengl_box.h"#include <argos3/core/utility/math/vector2.h>#include <argos3/plugins/simulator/entities/led_equipped_entity.h>#include <argos3/plugins/simulator/entities/box_entity.h>#include <argos3/plugins/simulator/visualizations/qt-opengl/qtopengl_widget.h>
Include dependency graph for qtopengl_box.cpp:Go to the source code of this file.
Classes | |
| class | argos::CQTOpenGLOperationDrawBoxNormal |
| class | argos::CQTOpenGLOperationDrawBoxSelected |
Namespaces | |
| namespace | argos |
| The namespace containing all the ARGoS related code. | |
Variables | |
| const GLfloat | argos::MOVABLE_COLOR [] = { 1.0f, 0.0f, 0.0f, 1.0f } |
| const GLfloat | argos::NONMOVABLE_COLOR [] = { 0.7f, 0.7f, 0.7f, 1.0f } |