12 #if QT_VERSION < 0x040601 13 #define qAtan2(y, x) ::atan2(y, x) 49 return QPointF( 0.0, 0.0 );
54 return QPointF( x, y );
101 if ( azimuth < -2.0 * M_PI || azimuth >= 2 * M_PI )
110 #ifndef QT_NO_DEBUG_STREAM 114 debug.nospace() <<
"QwtPointPolar(" 117 return debug.space();
A point in polar coordinates.
bool operator!=(const QwtPointPolar &) const
double radius() const
Returns the radius.
double azimuth() const
Returns the azimuth.
TFSIMD_FORCE_INLINE const tfScalar & y() const
void setPoint(const QPointF &)
QDebug operator<<(QDebug debug, const QwtPointPolar &point)
TFSIMD_FORCE_INLINE const tfScalar & x() const
double qwtSqr(double x)
Return the square of a number.
bool operator==(const QwtPointPolar &) const
Compare 2 points.
QwtPointPolar normalized() const