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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user