pfcrender
1.0.1
|
The PolarVector2D class utility class for easy calculation of vertex coordinates, iteration of the curve can be done by manipulating the current object, avoiding potentially costly copying. More...
#include <PolarVector2D.h>
Public Member Functions | |
PolarVector2D () | |
PolarVector2D & | next () |
const QSGGeometry::ColoredPoint2D & | getPoint () |
void | addToAngle (qreal inc) |
void | setColor (const QColor &c) |
const QColor | getColor () const |
operator QPointF () | |
Public Attributes | |
QSGGeometry::ColoredPoint2D | start |
qreal | angle |
qreal | length |
The PolarVector2D class utility class for easy calculation of vertex coordinates, iteration of the curve can be done by manipulating the current object, avoiding potentially costly copying.
|
inline |
|
inline |
References angle.
Referenced by Plugins::Export::PDF::QPainterParse::decAngle(), Plugins::Export::SVG::QPainterParse::decAngle(), Plugins::Export::BboxParse::decAngle(), Plugins::Export::SVG::QPainterParse::incAngle(), Plugins::Export::PDF::QPainterParse::incAngle(), and Plugins::Export::BboxParse::incAngle().
|
inline |
References start.
|
inline |
References start.
|
inline |
References angle, length, and start.
Referenced by Plugins::Export::PDF::QPainterParse::add_segment(), Plugins::Export::SVG::QPainterParse::add_segment(), and Plugins::Export::BboxParse::add_segment().
|
inline |
References start.
|
inline |
References start.
qreal util::PolarVector2D::angle |
Referenced by addToAngle(), and next().
qreal util::PolarVector2D::length |
Referenced by next().
QSGGeometry::ColoredPoint2D util::PolarVector2D::start |
Referenced by Plugins::Export::BboxParse::add_segment(), getColor(), getPoint(), next(), operator QPointF(), and setColor().