#include "config.h"
#include "arena.h"
#include "core.h"
#include "coresync.h"
#include "physics.h"
#include "robIO.h"
#include "trilobot.h"

Go to the source code of this file.
Classes | |
| struct | Arena::Private |
| struct | BotPath::Private |
Variables | |
| static const int | dtRepaint = 50 |
| static const qreal | botPathGranulatiry = 0.1 |
| static const qreal | botPenWidth = 2.0 |
| static const qreal | objPenWidth = 1.0 |
| static const qreal | envPenWidth = 3.0 |
const qreal botPathGranulatiry = 0.1 [static] |
const qreal botPenWidth = 2.0 [static] |
const int dtRepaint = 50 [static] |
const qreal envPenWidth = 3.0 [static] |
Definition at line 44 of file arena.cc.
Referenced by Arena::Private::botPosPx(), Arena::Private::render(), and Arena::zoom().
const qreal objPenWidth = 1.0 [static] |
1.5.4