Node:Querying Polygons, Next:Affine Transformations for Polygons, Previous:Polygon Operators, Up:Polygon Reference
const Point& get_center (void) | Virtual function |
Point get_center (void) | const function |
These functions return center . If the Polygon doesn't
contain any Points , a warning is issued, and INVALID_POINT
is returned.
|