summaryrefslogtreecommitdiff
path: root/examples/triangle_tip.c
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-03-29 12:07:19 +0200
committerJesper Jensen <jesper@jnsn.dev>2026-03-29 12:07:19 +0200
commite49c0ac340da53f3460a2aa02b514340ab0866e0 (patch)
treef96fd5ec9fb085e0f4a55554bebcd8e5fc7e626c /examples/triangle_tip.c
parent770216abb4bde565f824eb9010ae641ae118bb2d (diff)
Start testing as a cad tool
Diffstat (limited to 'examples/triangle_tip.c')
-rw-r--r--examples/triangle_tip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triangle_tip.c b/examples/triangle_tip.c
index b6fcf99..4da57da 100644
--- a/examples/triangle_tip.c
+++ b/examples/triangle_tip.c
@@ -52,7 +52,7 @@ int main(int argc, char *argv[]) {
POINT_ON_LINE(&p2, &t1base),
POINT_ON_LINE(&p1, &t1bas2),
- LL_ANGLE(&t1base, &t1bas2, DEG(-10)),
+ LL_ANGLE(&t1base, &t1bas2, DEG(-5)),
// With another triangle sharing a point
PP_DISTANCE(&p4, &p5, 30),