public class Common
extends java.lang.Object
| Constructor and Description |
|---|
Common() |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.IntBuffer |
allocateInt()
Get an IntBuffer of size 4 with Little Endian Byte Order
|
static int |
directionTo(double to,
double from)
Get an integer representation of the direction towards an angle.
|
static ITable |
getTable(ITable table,
java.lang.String path) |
static java.lang.String |
getTeamNumber() |
public static java.lang.String getTeamNumber()
public static int directionTo(double to,
double from)
to - angle to go tofrom - angle to come frompublic static java.nio.IntBuffer allocateInt()