Magick++
7.1.1-43
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
Point (const char *point_) | |
Point (const Point &point_) | |
Point (const std::string &point_) | |
Point (double x_, double y_) | |
Point (double xy_) | |
const Point & | operator= (const char *point_) |
const Point & | operator= (double xy_) |
Point & | operator= (const Point &point_) |
const Point & | operator= (const std::string &point_) |
operator std::string () const | |
bool | isValid () const |
double | x (void) const |
double | y (void) const |
Private Attributes | |
double | _x |
double | _y |
Definition at line 208 of file Geometry.h.