33 #ifndef POINT_HPP_INCLUDED
34 #define POINT_HPP_INCLUDED
59 Point & operator /= (
const double par);
60 Point & operator *= (
const double par);
64 Point operator - ()
const;
65 Point operator * (
const double f)
const;
66 Point operator / (
const double f)
const;
70 #endif // POINT_HPP_INCLUDED