22#include <scatter/Point.hpp>
42 Ellipse(
const Point ¢er,
const double &minor,
const double &major,
const double &rotation);
[brief description]
Definition Ellipse.hpp:31
const double & getMinor() const
return the length of the minor axis
virtual ~Ellipse()
destructor
Ellipse(const Point ¢er, const double &minor, const double &major, const double &rotation)
constructor
const Point & getCenter() const
return the center Point
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]
Definition Point.hpp:29