Compare commits

..

No commits in common. "d306a54d9004660fdac03daa8b5e291b6fc43a1b" and "408bcb1def7581af43e04fcbc533db8dfce06053" have entirely different histories.

View File

@ -5,9 +5,9 @@
#define PIdiv2 PI/2
const float shoulder_and_elbow_length = 12.5;
const float shoulder_and_elbow_length = 125;
const float shoulder_plus_elbow_length = shoulder_and_elbow_length * 2;
const float wrist_length = 19;
const float wrist_length = 190;
class Vec2 {
public: