46 const double &
x()
const;
54 const double &
y()
const;
108 Point operator*(
const double &multiplier,
const Point &point);
[brief description]
Definition Point.hpp:29
Point operator/(const double &value) const
divide this Point by the given value
const double & x() const
return the x value
Point operator*(const double &multiplier) const
multiply this Point by the given value
const double & y() const
return the y value
Point operator+(const Point &point) const
add another Point
Point(const double &x, const double &y)
constructor
Point operator-(const Point &point) const
substract another Point