The Point class represents a point (x,y,z) in 3D space. More...
#include <point.h>
For the sake of simplicity, Point is implemented as a typedef of Qt's QVector3D.
Example of use: