QwtPoint3D(3) | Qwt User's Guide | QwtPoint3D(3) |
QwtPoint3D - QwtPoint3D class defines a 3D point in double coordinates.
#include <qwt_point_3d.h>
QwtPoint3D ()
QwtPoint3D (double x, double y, double z)
Constructs a point with coordinates specified by x, y and 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)
Sets the x-coordinate of the point to the value specified by x. void
setY (double y)
Sets the y-coordinate of the point to the value specified by y. void
setZ (double y)
Sets the z-coordinate of the point to the value specified by z. QPointF
toPoint () const
bool operator== (const QwtPoint3D &) const
bool operator!= (const QwtPoint3D &) const
QwtPoint3D class defines a 3D point in double coordinates.
Constructs a null point.
See also:
Copy constructor. Constructs a point using the values of the point specified.
Constructs a point with x and y coordinates from a 2D point, and a z coordinate of 0.
Returns:
A point is considered to be null if x, y and z-coordinates are equal to zero.
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Wed Jan 2 2019 | Version 6.1.4 |