Go to the documentation of this file. 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);
59 const ArtPoint*
gobj()
const;
Point operator-(const Point &p2)
Definition: affinetrans.h:30
ArtPoint m_ArtPoint
Definition: point.h:64
Point & operator=(const Point &src)
std::ostream & operator<<(std::ostream &out, const Gnome::Art::Point &p)
Point(gdouble x=0.0, gdouble y=0.0)
Wrapper for ArtPoint struct.
Definition: point.h:40
Point const & operator-=(const Point &other)
const ArtPoint * gobj() const
Point operator+(const Point &p2)
Point const & operator+=(const Point &other)
Point(const ArtPoint &artpoint)