simple 3d vector.
More...
#include <grid.h>
simple 3d vector.
QVector3D (from Qt) is in QtGui so we needed a replacement.
◆ Vector3D() [1/2]
◆ Vector3D() [2/2]
Vector3D::Vector3D |
( |
const double |
x, |
|
|
const double |
y, |
|
|
const double |
z |
|
) |
| |
|
inline |
◆ setX()
void Vector3D::setX |
( |
const double |
x | ) |
|
|
inline |
set value of the x-coordinate
◆ setY()
void Vector3D::setY |
( |
const double |
y | ) |
|
|
inline |
set value of the y-coordinate
◆ setZ()
void Vector3D::setZ |
( |
const double |
z | ) |
|
|
inline |
set value of the z-coordinate
◆ x()
double Vector3D::x |
( |
| ) |
const |
|
inline |
◆ y()
double Vector3D::y |
( |
| ) |
const |
|
inline |
◆ z()
double Vector3D::z |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: