#include <point.h>
Public Member Functions | |
Point (gdouble x=0.0, gdouble y=0.0) | |
Point (const ArtPoint &artpoint) | |
Point (const Point &src) | |
Point & | operator= (const Point &src) |
~Point () | |
gdouble | get_x () const |
void | set_x (gdouble x) |
gdouble | get_y () const |
void | set_y (gdouble y) |
Point | operator+ (const Point &p2) |
Point | operator- (const Point &p2) |
Point const & | operator+= (const Point &other) |
Point const & | operator-= (const Point &other) |
ArtPoint * | gobj () |
const ArtPoint * | gobj () const |
Protected Attributes | |
ArtPoint | m_ArtPoint |
Used by AffineTrans and CanvasPoints.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|