Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_point_polar.cpp


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_point_polar.cpp

    r4271 r8127  
    3939   Convert and return values in Cartesian coordinates
    4040
     41   \return Converted point in Cartesian coordinates
     42
    4143   \note Invalid or null points will be returned as QPointF(0.0, 0.0)
    4244   \sa isValid(), isNull()
     
    5456
    5557/*!
    56     Returns true if point1 is equal to point2; otherwise returns false.
     58    \brief Compare 2 points
    5759
    5860    Two points are equal to each other if radius and
    5961    azimuth-coordinates are the same. Points are not equal, when
    6062    the azimuth differs, but other.azimuth() == azimuth() % (2 * PI).
     63
     64    \return True if the point is equal to other; otherwise return false.
    6165
    6266    \sa normalized()
     
    6872
    6973/*!
    70     Returns true if point1 is not equal to point2; otherwise returns false.
     74    Compare 2 points
    7175
    7276    Two points are equal to each other if radius and
     
    7478    the azimuth differs, but other.azimuth() == azimuth() % (2 * PI).
    7579
     80    \return True if the point is not equal to other; otherwise return false.
    7681    \sa normalized()
    7782*/
     
    8691   When the radius is < 0.0 it is set to 0.0. The azimuth is
    8792   a value >= 0.0 and < 2 * M_PI.
     93
     94   \return Normalized point
    8895*/
    8996QwtPointPolar QwtPointPolar::normalized() const
Note: See TracChangeset for help on using the changeset viewer.