d_a_obj_utajima_island OK (#73)

* d_a_obj_utajima_island OK

* Name one field

* mAngle constants
This commit is contained in:
robojumper
2024-10-20 15:59:15 +02:00
committed by GitHub
parent e6dd20ada1
commit 2577b3a537
12 changed files with 238 additions and 38 deletions
+1
View File
@@ -12,6 +12,7 @@ BOOL chase(short *value, short target, short stepSize);
BOOL chase(int *value, int target, int stepSize);
BOOL chase(float *value, float target, float stepSize);
BOOL chaseAngle(short *value, short target, short stepSize);
BOOL chaseAngle2(short *value, short target, short stepSize);
// Inofficial names
float extrapolate(float start, float end, float scale);