11 #ifndef QWT_POINT_3D_H 12 #define QWT_POINT_3D_H 38 void setX(
double x );
39 void setY(
double y );
40 void setZ(
double y );
42 QPointF toPoint()
const;
55 #ifndef QT_NO_DEBUG_STREAM 97 return d_x == 0.0 &&
d_y == 0.0 &&
d_z == 0.0;
159 return QPointF(
d_x,
d_y );
void setY(double y)
Sets the y-coordinate of the point to the value specified by y.
constexpr bool operator!=(const optional< T > &lhs, const optional< U > &rhs)
relop
bool operator==(fp x, fp y)
QWT_EXPORT QDebug operator<<(QDebug, const QwtPoint3D &)
QwtPoint3D class defines a 3D point in double coordinates.
void setZ(double y)
Sets the z-coordinate of the point to the value specified by z.
bool operator==(const QwtPoint3D &) const
void setX(double x)
Sets the x-coordinate of the point to the value specified by x.
bool operator!=(const QwtPoint3D &) const
Q_DECLARE_TYPEINFO(QwtPoint3D, Q_MOVABLE_TYPE)