blob: 6180df14e89917aedd926b275cf3eb7939cc126a [file] [log] [blame]
Alex Perry554cec02019-03-23 20:15:12 -07001// Conversion constants to meters
2export const IN_TO_M = 0.0254;
3export const FT_TO_M = 0.3048;
4// Width of the field in meters
5export const FIELD_WIDTH = 27 * FT_TO_M;