|
Quantum GIS API Documentation
1.8
|
#include "qgslinesymbollayerv2.h"#include "qgssymbollayerv2utils.h"#include "qgsrendercontext.h"#include "qgslogger.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 double _averageAngle | ( | const QPointF & | prevPt, |
| const QPointF & | pt, | ||
| const QPointF & | nextPt | ||
| ) | [static] |
Definition at line 468 of file qgslinesymbollayerv2.cpp.
References MyLine::angle().
Referenced by QgsMarkerLineSymbolLayerV2::renderPolylineVertex().
1.7.6.1