From 55a551f7103cf6dbf84fc054f1efeb52c3c1837e Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Tue, 10 Feb 2026 22:47:46 +0100 Subject: Different component def --- inc/cad/solve.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'inc') diff --git a/inc/cad/solve.h b/inc/cad/solve.h index bdfdf94..d1afce5 100644 --- a/inc/cad/solve.h +++ b/inc/cad/solve.h @@ -53,6 +53,12 @@ enum constraint_type { .c2 = C2, \ } +#define PP_ALIAS(C1, C2) \ + PP_DISTANCE(C1, C2, 0) + +#define PP_SAME(C1, C2) \ + PP_DISTANCE(C1, C2, 0) + #define PL_DISTANCE(C1, C2, D) \ { \ .type = CT_POINT_LINE_DISTANCE, \ -- cgit v1.2.3