summaryrefslogtreecommitdiff
path: root/inc/cad/solve.h
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2025-11-16 22:45:53 +0100
committerJesper Jensen <jesper@jnsn.dev>2025-11-16 22:46:32 +0100
commit6e4df49832827e21c6d62f722767664e5cb9d575 (patch)
treee68843bd8737c5ed3a1e66448f27175361c6f4f9 /inc/cad/solve.h
parentc74fc3a706389834bd4ed210594b82e6e787ee40 (diff)
Add some vector building
Diffstat (limited to 'inc/cad/solve.h')
-rw-r--r--inc/cad/solve.h2
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 {