scatter 0.1.0
|
[brief description] More...
#include <Ellipse.hpp>
Public Member Functions | |
Ellipse (const Point ¢er, const double &minor, const double &major, const double &rotation) | |
constructor | |
virtual | ~Ellipse () |
destructor | |
const Point & | getCenter () const |
return the center Point | |
const double & | getMinor () const |
return the length of the minor axis | |
const double & | getMajor () const |
return the length of the major axis | |
const double & | getRotation () const |
return the angle between the major and the horizontal axis (in rad) | |
[brief description]
[long description]
scatter::Ellipse::Ellipse | ( | const Point & | center, |
const double & | minor, | ||
const double & | major, | ||
const double & | rotation ) |
constructor
[long description]
center | center Point |
minor | length of the minor axis |
major | length of the major axis |
rotation | angle between the major and the horizontal axis (in rad) |
|
virtual |
destructor
[long description]
const Point & scatter::Ellipse::getCenter | ( | ) | const |
const double & scatter::Ellipse::getMajor | ( | ) | const |
return the length of the major axis
[long description]
const double & scatter::Ellipse::getMinor | ( | ) | const |
return the length of the minor axis
[long description]
const double & scatter::Ellipse::getRotation | ( | ) | const |
return the angle between the major and the horizontal axis (in rad)
[long description]