diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2025-11-16 22:45:53 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2025-11-16 22:46:32 +0100 |
| commit | 6e4df49832827e21c6d62f722767664e5cb9d575 (patch) | |
| tree | e68843bd8737c5ed3a1e66448f27175361c6f4f9 /inc/cad | |
| parent | c74fc3a706389834bd4ed210594b82e6e787ee40 (diff) | |
Add some vector building
Diffstat (limited to 'inc/cad')
| -rw-r--r-- | inc/cad/solve.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cad/solve.h b/inc/cad/solve.h index cb2c4ac..4eae272 100644 --- a/inc/cad/solve.h +++ b/inc/cad/solve.h @@ -27,6 +27,8 @@ enum constraint_type { CT_POINT_POINT_DISTANCE, CT_POINT_LINE_DISTANCE, CT_LINE_LINE_ANGLE, + + CT_END, }; struct path_step { |
