#include "arenacontroller.h"
#include "arenascene.h"
#include "arenasceneelement.h"
#include "../model/arena.h"
#include "../model/arenaelement.h"
#include "../model/arenaelementtype.h"
#include <QPainter>
#include <QDebug>
#include <math.h>
Go to the source code of this file.
Functions | |
QPointF | getRotationSnapPoint (const QPointF &scenePos) |
int | getSnapRotation (const QPointF &scenePos) |
qreal | squaredDistance (const QPointF &a, const QPointF &b) |
QPointF getRotationSnapPoint | ( | const QPointF & | scenePos | ) |
Definition at line 56 of file arenacontroller.cpp.
int getSnapRotation | ( | const QPointF & | scenePos | ) |
Definition at line 30 of file arenacontroller.cpp.
qreal squaredDistance | ( | const QPointF & | a, |
const QPointF & | b | ||
) |
Definition at line 23 of file arenacontroller.cpp.