scatter 0.1.0
|
[brief description] More...
#include <Point.hpp>
Public Member Functions | |
Point (const double &x, const double &y) | |
constructor | |
const double & | x () const |
return the x value | |
const double & | y () const |
return the y value | |
Point | operator- (const Point &point) const |
substract another Point | |
Point | operator+ (const Point &point) const |
add another Point | |
Point | operator* (const double &multiplier) const |
multiply this Point by the given value | |
Point | operator/ (const double &value) const |
divide this Point by the given value | |
[brief description]
[long description]
scatter::Point::Point | ( | const double & | x, |
const double & | y ) |
constructor
[long description]
x | x value |
y | y value |
Point scatter::Point::operator* | ( | const double & | multiplier | ) | const |
Point scatter::Point::operator/ | ( | const double & | value | ) | const |
const double & scatter::Point::x | ( | ) | const |
return the x value
[long description]
const double & scatter::Point::y | ( | ) | const |
return the y value
[long description]