33 #ifndef VECT3_HPP_INCLUDED
34 #define VECT3_HPP_INCLUDED
58 Vect3 & operator /= (
const double par);
59 Vect3 & operator *= (
const double par);
63 Vect3 operator - ()
const;
64 Vect3 operator * (
const double f)
const;
65 Vect3 operator / (
const double f)
const;
66 bool operator > (
const Vect3 & par)
const;
67 bool operator < (
const Vect3 & par)
const;
78 #endif // VECT3_HPP_INCLUDED