PARP Research Group University of Murcia


QV3DPointF Class Reference
[Math extensions]

3D point representation More...

#include <QV3DPointF>

Inherits QVVector.

List of all members.

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.


Detailed Description

3D point representation

This class models a point in the 3D space.

Definition at line 38 of file qv3dpointf.h.


Constructor & Destructor Documentation

QV3DPointF::QV3DPointF ( const double  x = 0.0,
const double  y = 0.0,
const double  z = 0.0 
) [inline]

Constructs a QV3DPointF object.

Parameters:
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.


The documentation for this class was generated from the following file:



QVision framework. PARP research group. Copyright © 2007, 2008, 2009, 2010.