diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-04-12 23:19:45 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-04-12 23:19:45 +0200 |
| commit | 9688f8f0f685bb93e9d74e7d5e74eeb1939b94aa (patch) | |
| tree | 7a09b169e6cd3bf10240b03aa7b49d38cfae39fb /examples/triangle_tip.c | |
| parent | 57ad11effae4e9562253d1fcf38469bd3d5ae69c (diff) | |
Almost assemblies
Diffstat (limited to 'examples/triangle_tip.c')
| -rw-r--r-- | examples/triangle_tip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triangle_tip.c b/examples/triangle_tip.c index 0781377..a9a524c 100644 --- a/examples/triangle_tip.c +++ b/examples/triangle_tip.c @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) { POINT_ON_LINE(&p2, &t1base), POINT_ON_LINE(&p1, &t1bas2), - LL_ANGLE(&t1base, &t1bas2, DEG(-5)), + LL_ANGLE(&t1base, &t1bas2, DEG(-10)), // With another triangle sharing a point PP_DISTANCE(&p4, &p5, 30), |
