public class JoystickUtils
extends java.lang.Object
| Constructor and Description |
|---|
JoystickUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
smoothInput(double joystickVal)
Runs a calculation to smooth out a joystick input in range [-1, 1] (currently squares it)
|