physics3d
Class GameConstants

java.lang.Object
  extended by physics3d.GameConstants

public class GameConstants
extends Object


Field Summary
static int BOARD_DEPTH
           
static int BOARD_HEIGHT
           
static int BOARD_WIDTH
           
static double FLIPPER_RADIUS_FRACTION
           
static double HALF_L
           
static int L
           
static double TOLERANCE
           
 
Constructor Summary
GameConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOLERANCE

public static final double TOLERANCE

L

public static final int L
See Also:
Constant Field Values

HALF_L

public static final double HALF_L
See Also:
Constant Field Values

FLIPPER_RADIUS_FRACTION

public static final double FLIPPER_RADIUS_FRACTION
See Also:
Constant Field Values

BOARD_WIDTH

public static final int BOARD_WIDTH
See Also:
Constant Field Values

BOARD_HEIGHT

public static final int BOARD_HEIGHT
See Also:
Constant Field Values

BOARD_DEPTH

public static final int BOARD_DEPTH
See Also:
Constant Field Values
Constructor Detail

GameConstants

public GameConstants()