All Packages Class Hierarchy This Package Previous Next Index
Class ch.jp.robwar.RobotInfo
java.lang.Object
|
+----ch.jp.robwar.RobotInfo
- public class RobotInfo
- extends Object
- implements Serializable
This class is a data structure of the robot position and
orientation used by the Feedback class.
-
life
-
-
nbRockets
- Number of rockets left to fire
-
orientation
-
-
position
-
-
radius
-
-
robotNumber
-
-
RobotInfo()
-
-
RobotInfo(RobotImage)
-
-
getOrientationDeg()
-
-
getOrientationRad()
-
position
public Position position
orientation
public double orientation
radius
public double radius
robotNumber
public int robotNumber
life
public double life
nbRockets
public int nbRockets
- Number of rockets left to fire
RobotInfo
public RobotInfo(RobotImage img)
RobotInfo
public RobotInfo()
getOrientationDeg
public double getOrientationDeg()
getOrientationRad
public double getOrientationRad()
All Packages Class Hierarchy This Package Previous Next Index