#include <path2d.h>
Public Member Functions | |
Construction | |
| Path2D () | |
| virtual | ~Path2D () |
Attributes | |
| bool | is_hole (PolygonOrientation orientation) const |
| bool | is_inside_contour (const Path2D &other) const |
| bool | is_point_inside (const Pointf &point) const |
| const std::vector< Pointf > & | get_contour_points () const |
Operations | |
| void | add_curve (BezierCurve &) |
| void | add_line_to (const Pointf &p) |
| void | add_line_to (const std::vector< Pointf > &points) |
| void | add_line_to (float x, float y) |
| void | reverse () |