diff options
Diffstat (limited to 'examples')
| -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(), }); |
