sk.robotics.rlcs.constants
Class VlabConstants

java.lang.Object
  extended by sk.robotics.rlcs.constants.VlabConstants

public class VlabConstants
extends java.lang.Object

VirtualLab constants.


Field Summary
static double ASPECT_RATIO
          Aspect ratio of the lab (width / height).
static int HEIGHT_MM
          Laboratory height in millimetres.
static int WIDTH_MM
          Laboratory width in millimetres.
 
Constructor Summary
VlabConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH_MM

public static final int WIDTH_MM
Laboratory width in millimetres.

See Also:
Constant Field Values

HEIGHT_MM

public static final int HEIGHT_MM
Laboratory height in millimetres.

See Also:
Constant Field Values

ASPECT_RATIO

public static final double ASPECT_RATIO
Aspect ratio of the lab (width / height).

See Also:
Constant Field Values
Constructor Detail

VlabConstants

public VlabConstants()