diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2025-12-07 23:11:22 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2025-12-07 23:11:22 +0100 |
| commit | 7a5e295029e8a2c176e4b75f06f52a43bca7ccbd (patch) | |
| tree | 8f7c812175acdcae0ea6a6e3b72c2d5b64ad388e /inc/cad/construction.h | |
| parent | e22588e908a9a2b172a8965cfd8767305dcb3459 (diff) | |
A little bit of cleanup and renaming
Diffstat (limited to 'inc/cad/construction.h')
| -rw-r--r-- | inc/cad/construction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cad/construction.h b/inc/cad/construction.h index 71bc432..e4b0428 100644 --- a/inc/cad/construction.h +++ b/inc/cad/construction.h @@ -78,7 +78,7 @@ struct drawing { }; struct element* insert_cmd(struct drawing *drawing, struct command cmd); -void execute_drawing(struct drawing *drawing, double inputs[]); +void place_points(struct drawing *drawing, double inputs[]); bool circle_line_intersect(struct circle circle, struct line line, uint8_t root, struct point *point); void line_through_points(struct point p1, struct point p2, struct line* l); |
