QGIS API Documentation
2.0.1-Dufour
|
#include "qgslinesymbollayerv2.h"
#include "qgssymbollayerv2utils.h"
#include "qgsexpression.h"
#include "qgsrendercontext.h"
#include "qgslogger.h"
#include "qgsvectorlayer.h"
#include <QPainter>
#include <QDomDocument>
#include <QDomElement>
#include <cmath>
Go to the source code of this file.
Classes | |
class | MyLine |
Functions | |
static double | _averageAngle (const QPointF &prevPt, const QPointF &pt, const QPointF &nextPt) |
|
static |
Definition at line 679 of file qgslinesymbollayerv2.cpp.
References MyLine::angle().
Referenced by QgsMarkerLineSymbolLayerV2::markerAngle().