Qwtpoint3d class defines a 3d point in double coordinates.
#include <qwt_point_3d.h>
QwtPoint3D ()
QwtPoint3D (double x, double y, double z)
QwtPoint3D (const QwtPoint3D &)
QwtPoint3D (const QPointF &)
bool isNull () const
double x () const
double y () const
double z () const
double & rx ()
double & ry ()
double & rz ()
void setX (double x)
void setY (double y)
void setZ (double y)
QPointF toPoint () const
bool operator== (const QwtPoint3D &) const
bool operator!= (const QwtPoint3D &) const
QwtPoint3D class defines a 3D point in double coordinates.
See also:
isNull()
Constructs a point with coordinates specified by x, y and z.
A point is considered to be null if x, y and z-coordinates are equal to zero.
Returns true if this rect and other are different; otherwise returns false.
Returns true if this point and other are equal; otherwise returns false.
Returns a reference to the x-coordinate of the point.
Returns a reference to the y-coordinate of the point.
Returns a reference to the z-coordinate of the point.
Sets the x-coordinate of the point to the value specified by x.
Sets the y-coordinate of the point to the value specified by y.
Sets the z-coordinate of the point to the value specified by z.
Returns the x-coordinate of the point.
Returns the y-coordinate of the point.
Returns the z-coordinate of the point.
Generated automatically by Doxygen for Qwt User's Guide from the source code.