1 #ifndef _LIBGNOMECANVASMM_POINT_H
2 #define _LIBGNOMECANVASMM_POINT_H
26 #include <libgnomecanvas/gnome-canvas.h>
42 Point(gdouble x = 0.0, gdouble y = 0.0);
43 Point(
const ArtPoint& artpoint);
48 gdouble
get_x()
const;
49 void set_x(gdouble x);
50 gdouble
get_y()
const;
51 void set_y(gdouble y);
59 const ArtPoint*
gobj()
const;
Definition: affinetrans.h:29
Point(gdouble x=0.0, gdouble y=0.0)
Point & operator=(const Point &src)
std::ostream & operator<<(std::ostream &out, const Gnome::Art::Point &p)
Wrapper for ArtPoint struct.
Definition: point.h:39
Point const & operator-=(const Point &other)
Point operator-(const Point &p2)
Point operator+(const Point &p2)
Point const & operator+=(const Point &other)
ArtPoint m_ArtPoint
Definition: point.h:64