Modifier and Type | Method and Description |
---|---|
Point3D |
Vector3D.asPoint3D() |
Point3D |
Vector3.asPoint3D()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private Point3D |
MainFrame.getPoint3D(String text) |
Modifier and Type | Field and Description |
---|---|
private Point3D |
RobocupServerCommand.Position.point3d |
private Point3D |
RobocupServerCommand.Velocity.velocity3d |
Modifier and Type | Method and Description |
---|---|
void |
RobocupServer.setAgentPosition(AgentData agentData,
Point3D position) |
void |
RobocupServer.setAgentPosition(String team,
int playerid,
Point3D position) |
void |
RobocupServer.setBall(Point3D position,
Point3D velocity) |
void |
RobocupServer.setBallPosition(Point3D position) |
void |
RobocupServer.setBallVelocity(Point3D velocity) |
Constructor and Description |
---|
RobocupServerCommand.Agent(Point3D position,
Point3D velocity,
String team,
int uniformNumber) |
RobocupServerCommand.Ball(Point3D position,
Point3D velocity) |
RobocupServerCommand.BallPosition(Point3D position) |
RobocupServerCommand.BallVelocity(Point3D velocity) |
RobocupServerCommand.Position(Point3D point3d) |
RobocupServerCommand.Velocity(Point3D velocity3d) |
Modifier and Type | Method and Description |
---|---|
static Point3D |
TestCaseHelper.getBaseBallPosInGoalieKick() |
static Point3D |
TestCaseHelper.getBaseGoaliePosition() |
Modifier and Type | Method and Description |
---|---|
private Point3D |
MonitorGUI.getPoint3D(String text)
Deprecated.
|
private Point3D |
MainFrame.getPoint3D(String text)
Parses string in x:y:z format to a 3D point
|