![]() |
University of Murcia ![]() |
QV3DPointF Class Reference3D point representation
More...
|
Public Member Functions | |
QV3DPointF (const double x=0.0, const double y=0.0, const double z=0.0) | |
Constructs a QV3DPointF object. | |
double | x () const |
Gets the value for the first coordinate of the 3D point. | |
double & | x () |
Gets a reference to the first coordinate of the 3D point. | |
double | y () const |
Gets the value for the second coordinate of the 3D point. | |
double & | y () |
Gets a reference to the second coordinate of the 3D point. | |
double | z () const |
Gets the value for the third coordinate of the 3D point. | |
double & | z () |
Gets a reference to the third coordinate of the 3D point. |
This class models a point in the 3D space.
Definition at line 38 of file qv3dpointf.h.
QV3DPointF::QV3DPointF | ( | const double | x = 0.0 , |
|
const double | y = 0.0 , |
|||
const double | z = 0.0 | |||
) | [inline] |
Constructs a QV3DPointF object.
x | Value for the first coordinate of the point. | |
y | Value for the second coordinate of the point. | |
z | Value for the third coordinate of the point. |
Definition at line 48 of file qv3dpointf.h.