public class Prophecy extends Object
Modifier and Type | Field and Description |
---|---|
private Vector3D |
ballPosition |
private Vector3D |
ballPositionRelativized |
private Vector3D |
ballRelativePosition |
Constructor and Description |
---|
Prophecy() |
Modifier and Type | Method and Description |
---|---|
Vector3D |
getBallPosition() |
Vector3D |
getBallPositionRelativized() |
Vector3D |
getBallRelativePosition() |
void |
setBallPosition(Vector3D position) |
void |
setBallPositionRelativized(Vector3D ballPositionRelativized) |
void |
setBallRelativePosition(Vector3D position) |
private Vector3D ballPositionRelativized
private Vector3D ballPosition
private Vector3D ballRelativePosition
public Vector3D getBallPosition()
public Vector3D getBallPositionRelativized()
public Vector3D getBallRelativePosition()
public void setBallRelativePosition(Vector3D position)
public void setBallPositionRelativized(Vector3D ballPositionRelativized)
public void setBallPosition(Vector3D position)