From 2526a7163e12db0097bf00a7e7b22134c6585140 Mon Sep 17 00:00:00 2001 From: Looki2000 Date: Fri, 7 Oct 2022 11:01:02 +0000 Subject: [PATCH] Zaktualizuj 'math.hpp' --- math.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math.hpp b/math.hpp index 35e060d..30f6d39 100644 --- a/math.hpp +++ b/math.hpp @@ -5,9 +5,9 @@ #define PIdiv2 PI/2 -const float shoulder_and_elbow_length = 125; +const float shoulder_and_elbow_length = 12.5; const float shoulder_plus_elbow_length = shoulder_and_elbow_length * 2; -const float wrist_length = 190; +const float wrist_length = 19; class Vec2 { public: