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