23#include <scatter/Point.hpp>
51 Arrow(
const Point &p1,
const double &length,
const double &angle);
69 std::array<Point, 4> points_;
[brief description]
Definition Arrow.hpp:32
Arrow(const Point &p1, const Point &p2)
constructor from two Point
Arrow(const Point &p1, const double &length, const double &angle)
constructor from start Point, angle and length
virtual ~Arrow()
destructor
const std::array< Point, 4 > & getPoints() const
access the Point array representing the Arrow
[brief description]
Definition Point.hpp:29