QwtPoint3D class defines a 3D point in double coordinates.
More...
#include <qwt_point_3d.h>
QwtPoint3D class defines a 3D point in double coordinates.
Definition at line 21 of file qwt_point_3d.h.
QwtPoint3D::QwtPoint3D |
( |
| ) |
|
|
inline |
QwtPoint3D::QwtPoint3D |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z = 0.0 |
|
) |
| |
|
inline |
Constructs a point with coordinates specified by x, y and z.
Definition at line 71 of file qwt_point_3d.h.
QwtPoint3D::QwtPoint3D |
( |
const QPointF & |
other | ) |
|
|
inline |
Constructs a point with x and y coordinates from a 2D point, and a z coordinate of 0.
Definition at line 82 of file qwt_point_3d.h.
bool QwtPoint3D::isNull |
( |
| ) |
const |
|
inline |
- Returns
- True if the point is null; otherwise returns false.
A point is considered to be null if x, y and z-coordinates are equal to zero.
Definition at line 95 of file qwt_point_3d.h.
- Returns
- True if this rect and other are different; otherwise returns false.
Definition at line 169 of file qwt_point_3d.h.
- Returns
- True, if this point and other are equal; otherwise returns false.
Definition at line 163 of file qwt_point_3d.h.
double & QwtPoint3D::rx |
( |
| ) |
|
|
inline |
- Returns
- A reference to the x-coordinate of the point.
Definition at line 119 of file qwt_point_3d.h.
double & QwtPoint3D::ry |
( |
| ) |
|
|
inline |
- Returns
- A reference to the y-coordinate of the point.
Definition at line 125 of file qwt_point_3d.h.
double & QwtPoint3D::rz |
( |
| ) |
|
|
inline |
- Returns
- A reference to the z-coordinate of the point.
Definition at line 131 of file qwt_point_3d.h.
void QwtPoint3D::setX |
( |
double |
x | ) |
|
|
inline |
Sets the x-coordinate of the point to the value specified by x.
Definition at line 137 of file qwt_point_3d.h.
void QwtPoint3D::setY |
( |
double |
y | ) |
|
|
inline |
Sets the y-coordinate of the point to the value specified by y.
Definition at line 143 of file qwt_point_3d.h.
void QwtPoint3D::setZ |
( |
double |
y | ) |
|
|
inline |
Sets the z-coordinate of the point to the value specified by z.
Definition at line 149 of file qwt_point_3d.h.
QPointF QwtPoint3D::toPoint |
( |
| ) |
const |
|
inline |
- Returns
- 2D point, where the z coordinate is dropped.
Definition at line 157 of file qwt_point_3d.h.
double QwtPoint3D::x |
( |
| ) |
const |
|
inline |
double QwtPoint3D::y |
( |
| ) |
const |
|
inline |
double QwtPoint3D::z |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: