From 254e05a47ad4e22fa20885dec62acc59ecc561d0 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Tue, 10 Feb 2026 23:30:23 +0100 Subject: Make it a little more interesting --- examples/stacked.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples') 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(), }); -- cgit v1.2.3