Package one.empty3.library.core.testing
Class Gimbal
- java.lang.Object
-
- one.empty3.library.core.testing.Gimbal
-
public class Gimbal extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Gimbal(int i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
changeValue(double value)
java.lang.String
toString()
-
-
-
Field Detail
-
CIRCLE
public static final double CIRCLE
- See Also:
- Constant Field Values
-
X
public static final int X
- See Also:
- Constant Field Values
-
Y
public static final int Y
- See Also:
- Constant Field Values
-
Z
public static final int Z
- See Also:
- Constant Field Values
-
XYZ
public static final int XYZ
- See Also:
- Constant Field Values
-
-