Representation of a 3D point. More...
#include <cmath>
#include <iostream>
#include <stdexcept>
#include "point.icc"
Go to the source code of this file.
Classes | |
class | Point |
Representation of a point in 3D space. More... | |
Functions | |
Point | operator* (const double &v, const Point &p) |
Representation of a 3D point.
Definition in file point.h.