diff options
Diffstat (limited to 'inc/cad')
| -rw-r--r-- | inc/cad/solve.h | 6 |
1 files changed, 6 insertions, 0 deletions
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, \ |
