Package | Description |
---|---|
tacv.settings | |
tacv.util |
Modifier and Type | Field and Description |
---|---|
static Converter.Coords |
CoordsSettings.BULLET_COORDS |
static Converter.Coords |
CoordsSettings.JME_COORDS |
static Converter.Coords |
CoordsSettings.PROJECT_COORDS |
static Converter.Coords |
CoordsSettings.SKELDARMODEL_COORDS |
Modifier and Type | Method and Description |
---|---|
static Converter.Coords |
Converter.Coords.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Converter.Coords[] |
Converter.Coords.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
Converter.convertQuat(java.lang.Object v1,
Converter.Coords o1,
T resObject,
Converter.Coords o2) |
static <T> T |
Converter.convertVec(java.lang.Object v1,
Converter.Coords o1,
T resObject,
Converter.Coords o2) |