45 return QPointF( 0.0, 0.0 );
50 return QPointF( x, y );
97 if ( azimuth < -2.0 * M_PI || azimuth >= 2 *
M_PI )
106 #ifndef QT_NO_DEBUG_STREAM 112 debug.nospace() <<
"QwtPointPolar(" 115 return debug.space();
A point in polar coordinates.
bool operator!=(const QwtPointPolar &) const
QWT_CONSTEXPR float qwtMaxF(float a, float b)
double radius() const
Returns the radius.
double azimuth() const
Returns the azimuth.
void setPoint(const QPointF &)
QDebug operator<<(QDebug debug, const QwtPointPolar &point)
double qwtSqr(double x)
Return the square of a number.
bool operator==(const QwtPointPolar &) const
Compare 2 points.
QwtPointPolar normalized() const