|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
#include "qgscircularstring.h"#include <memory>#include <nlohmann/json.hpp>#include "qgsapplication.h"#include "qgsbox3d.h"#include "qgscoordinatetransform.h"#include "qgsfeedback.h"#include "qgsgeometrytransformer.h"#include "qgsgeometryutils.h"#include "qgsgeometryutils_base.h"#include "qgslinestring.h"#include "qgspoint.h"#include "qgsrectangle.h"#include "qgswkbptr.h"#include <QJsonObject>#include <QPainter>#include <QPainterPath>
Go to the source code of this file.
Functions | |
| void | arcTo (QPainterPath &path, QPointF pt1, QPointF pt2, QPointF pt3) |
| void arcTo | ( | QPainterPath & | path, |
| QPointF | pt1, | ||
| QPointF | pt2, | ||
| QPointF | pt3 ) |
Definition at line 1178 of file qgscircularstring.cpp.