| Package | Description |
|---|---|
| sk.fiit.jim.annotation.data |
| Modifier and Type | Field and Description |
|---|---|
(package private) Axis |
Annotation.b_move
Value of distance in direction of every axis by which ball changes its position by executing move.
|
(package private) Axis |
State.ball |
(package private) Axis |
Annotation.move
Value of distance in direction of every axis by which agent changes its position by executing move.
|
(package private) Axis |
Annotation.rotation
Rotation around every axis.
|
| Modifier and Type | Method and Description |
|---|---|
Axis |
State.getBall() |
Axis |
Annotation.getBallMove() |
Axis |
Annotation.getMove() |
Axis |
Annotation.getRotation() |
| Modifier and Type | Method and Description |
|---|---|
void |
State.setBall(Axis ball) |
void |
Annotation.setBallMove(Axis ballMove) |
void |
Annotation.setMove(Axis move) |
void |
Annotation.setRotation(Axis rotation) |