fi.utu.cs.hockey.ai
Interface Constants


public interface Constants

Constants of the player, the puck, and the rink. All measures are given in meters. See an illustration of the rink constants.


Field Summary
static double CENTER_CIRCLE_RADIUS
          Radius of the center circle.
static double CENTER_LINE
          Y-coordinate of the center line.
static double FACEOFF_CENTER
          X-coordinate of the center faceoff spot.
static double FACEOFF_CIRCLE_RADIUS
          Radius of a faceoff circle.
static double FACEOFF_LEFT
          X-coordinate of a left side faceoff spot.
static double FACEOFF_RIGHT
          X-coordinate of a right side faceoff spot.
static double GOAL_CREASE_RADIUS
          Radius of the goal crease.
static double GOAL_WIDTH
          Width of the goal.
static double LEFT_ENDBOARD
          X-coordinate of the left endboard.
static double OUR_BLUE_LINE
          Y-coordinate of own blue line.
static double OUR_ENDBOARD
          Y-coordinate of own endboard.
static double OUR_ENDZONE_FACEOFF
          Y-coordinate of own endzone faceoff spot.
static double OUR_GOAL_LINE
          Y-coordinate of own goal line.
static double OUR_NEUTRAL_ZONE_FACEOFF
          Y-coordinate of own neutral zone faceoff spot.
static double PLAYER_RADIUS
          Player's radius.
static double PLAYER_REACHABILITY
          Player's reachability.
static double PUCK_DIAMETER
          Diameter of the puck.
static double RIGHT_ENDBOARD
          X-coordinate of the right endboard.
static double RINK_LENGTH
          Length of the rink.
static double RINK_WIDTH
          Width of the rink.
static double THEIR_BLUE_LINE
          Y-coordinate of opponent's blue line.
static double THEIR_ENDBOARD
          Y-coordinate of opponent's endboard.
static double THEIR_ENDZONE_FACEOFF
          Y-coordinate of opponent's endzone faceoff spot.
static double THEIR_GOAL_LINE
          Y-coordinate of opponent's goal line.
static double THEIR_NEUTRAL_ZONE_FACEOFF
          Y-coordinate of opponent's neutral zone faceoff spot.
 

Field Detail

PLAYER_RADIUS

public static final double PLAYER_RADIUS
Player's radius.

See Also:
Constant Field Values

PLAYER_REACHABILITY

public static final double PLAYER_REACHABILITY
Player's reachability.

See Also:
Constant Field Values

PUCK_DIAMETER

public static final double PUCK_DIAMETER
Diameter of the puck.

See Also:
Constant Field Values

RINK_WIDTH

public static final double RINK_WIDTH
Width of the rink.

See Also:
Constant Field Values

RINK_LENGTH

public static final double RINK_LENGTH
Length of the rink.

See Also:
Constant Field Values

OUR_ENDBOARD

public static final double OUR_ENDBOARD
Y-coordinate of own endboard.

See Also:
Constant Field Values

THEIR_ENDBOARD

public static final double THEIR_ENDBOARD
Y-coordinate of opponent's endboard.

See Also:
Constant Field Values

LEFT_ENDBOARD

public static final double LEFT_ENDBOARD
X-coordinate of the left endboard.

See Also:
Constant Field Values

RIGHT_ENDBOARD

public static final double RIGHT_ENDBOARD
X-coordinate of the right endboard.

See Also:
Constant Field Values

OUR_GOAL_LINE

public static final double OUR_GOAL_LINE
Y-coordinate of own goal line.

See Also:
Constant Field Values

THEIR_GOAL_LINE

public static final double THEIR_GOAL_LINE
Y-coordinate of opponent's goal line.

See Also:
Constant Field Values

OUR_BLUE_LINE

public static final double OUR_BLUE_LINE
Y-coordinate of own blue line.

See Also:
Constant Field Values

THEIR_BLUE_LINE

public static final double THEIR_BLUE_LINE
Y-coordinate of opponent's blue line.

See Also:
Constant Field Values

CENTER_LINE

public static final double CENTER_LINE
Y-coordinate of the center line.

See Also:
Constant Field Values

OUR_ENDZONE_FACEOFF

public static final double OUR_ENDZONE_FACEOFF
Y-coordinate of own endzone faceoff spot.

See Also:
Constant Field Values

THEIR_ENDZONE_FACEOFF

public static final double THEIR_ENDZONE_FACEOFF
Y-coordinate of opponent's endzone faceoff spot.

See Also:
Constant Field Values

OUR_NEUTRAL_ZONE_FACEOFF

public static final double OUR_NEUTRAL_ZONE_FACEOFF
Y-coordinate of own neutral zone faceoff spot.

See Also:
Constant Field Values

THEIR_NEUTRAL_ZONE_FACEOFF

public static final double THEIR_NEUTRAL_ZONE_FACEOFF
Y-coordinate of opponent's neutral zone faceoff spot.

See Also:
Constant Field Values

FACEOFF_LEFT

public static final double FACEOFF_LEFT
X-coordinate of a left side faceoff spot.

See Also:
Constant Field Values

FACEOFF_RIGHT

public static final double FACEOFF_RIGHT
X-coordinate of a right side faceoff spot.

See Also:
Constant Field Values

FACEOFF_CENTER

public static final double FACEOFF_CENTER
X-coordinate of the center faceoff spot.

See Also:
Constant Field Values

CENTER_CIRCLE_RADIUS

public static final double CENTER_CIRCLE_RADIUS
Radius of the center circle.

See Also:
Constant Field Values

FACEOFF_CIRCLE_RADIUS

public static final double FACEOFF_CIRCLE_RADIUS
Radius of a faceoff circle.

See Also:
Constant Field Values

GOAL_WIDTH

public static final double GOAL_WIDTH
Width of the goal.

See Also:
Constant Field Values

GOAL_CREASE_RADIUS

public static final double GOAL_CREASE_RADIUS
Radius of the goal crease.

See Also:
Constant Field Values