diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-02-10 23:30:23 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-02-10 23:30:23 +0100 |
| commit | 254e05a47ad4e22fa20885dec62acc59ecc561d0 (patch) | |
| tree | 8890910bd91f31f9979ce9c3a00cf520584f4d6a /examples/stacked.c | |
| parent | 73e446a99b3045a19bdd2be4238b4178502398ae (diff) | |
Make it a little more interesting
Diffstat (limited to 'examples/stacked.c')
| -rw-r--r-- | examples/stacked.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/stacked.c b/examples/stacked.c index 256a682..c61a441 100644 --- a/examples/stacked.c +++ b/examples/stacked.c @@ -96,13 +96,14 @@ int main(int argc, char *argv[]) { PP_DISTANCE(&box1.corner[1], &box1.corner[2], 10), PP_SAME(&box2.corner[0], &box1.corner[3]), - PP_SAME(&box2.corner[1], &box1.corner[2]), + PP_DISTANCE(&box2.corner[0], &box2.corner[1], 10), PP_DISTANCE(&box2.corner[1], &box2.corner[2], 10), + LL_ANGLE(&box2.side[0], &box1.side[0], DEG(-60)), PP_SAME(&box3.corner[0], &box2.corner[3]), PP_DISTANCE(&box3.corner[1], &box3.corner[2], 10), PP_DISTANCE(&box3.corner[0], &box3.corner[1], 7), - LL_ANGLE(&box3.side[0], &box1.side[0], DEG(-40)), + LL_ANGLE(&box3.side[0], &box2.side[0], DEG(-20)), CEND(), }); |
