ctf.view
Interface GameInterface.PlayerInfo

Enclosing interface:
GameInterface

public static interface GameInterface.PlayerInfo

Contains player information relevant to the View


Method Summary
 java.lang.String name()
          A player's name (could be "0", "1", "2", etc.)
 double orientation()
          A player's orientation, in radians clockwise from the y-axis
 java.awt.geom.Point2D position()
          A player's location on the field
 

Method Detail

name

java.lang.String name()
A player's name (could be "0", "1", "2", etc.)


position

java.awt.geom.Point2D position()
A player's location on the field


orientation

double orientation()
A player's orientation, in radians clockwise from the y-axis