Merge pull request 'Zaktualizuj 'math.hpp'' (#1) from Looki2000/inv-kin-arm:main into main

Reviewed-on: http://git.cubesoftware.xyz:20524/kacperks/inv-kin-arm/pulls/1
This commit is contained in:
{{QWERTYKBGUI}} 2022-10-07 11:01:56 +00:00
commit d306a54d90

View File

@ -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: