17 static double StepTowards(
double current,
double target,
double stepsize);
static double StepTowards(double current, double target, double stepsize)
static double AngleDifference(double angleA, double angleB)
static double WrapAngle(double angle)
static double StepTowardsCircular(double current, double target, double stepsize)