1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2025-04-21 12:27:27 +03:00

cameo/path.c: new function path_is_inside which calls p2d_contains_poly

This commit is contained in:
Werner Almesberger
2012-06-12 15:04:59 -03:00
parent 7b54293bff
commit 378aab025f
2 changed files with 17 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ int path_is_closed(const struct path *path);
int path_tool_is_left(const struct path *path);
struct path *path_offset(const struct path *path, int left, int notch);
const struct path *path_find_leftmost(const struct path *path);
int path_is_inside(const struct path *a, const struct path *b);
void path_free(struct path *path);
struct path *path_connect(struct path *path);
void path_stats(const struct path *path);