11 #ifndef QWT_POINT_3D_H 12 #define QWT_POINT_3D_H 1 16 #ifndef QT_NO_DEBUG_STREAM 42 void setX(
double x );
43 void setY(
double y );
44 void setZ(
double y );
46 QPointF toPoint()
const;
59 #ifndef QT_NO_DEBUG_STREAM 112 return d_x == 0.0 &&
d_y == 0.0 &&
d_z == 0.0;
174 return QPointF(
d_x,
d_y );
void setY(double y)
Sets the y-coordinate of the point to the value specified by y.
bool operator==(optional< T > const &x, optional< T > const &y)
TFSIMD_FORCE_INLINE void setZ(tfScalar z)
QWT_EXPORT QDebug operator<<(QDebug, const QwtPoint3D &)
TFSIMD_FORCE_INLINE const tfScalar & y() const
TFSIMD_FORCE_INLINE void setY(tfScalar y)
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.
TFSIMD_FORCE_INLINE const tfScalar & x() const
TFSIMD_FORCE_INLINE const tfScalar & z() const
bool operator==(const QwtPoint3D &) const
TFSIMD_FORCE_INLINE void setX(tfScalar x)
void setX(double x)
Sets the x-coordinate of the point to the value specified by x.
bool operator!=(const QwtPoint3D &) const
bool operator!=(optional< T > const &x, optional< T > const &y)
Q_DECLARE_TYPEINFO(QwtPoint3D, Q_MOVABLE_TYPE)