blob: 97d6e28008603a61e87462a910c21c08b62f5fe1 [file] [log] [blame]
// Conversion constants to meters
export const IN_TO_M = 0.0254;
export const FT_TO_M = 0.3048;
// Dimensions of the field in meters
// Numbers are slightly hand-tuned to match the PNG that we are using.
export const FIELD_WIDTH = 26 * FT_TO_M + 11.25 * IN_TO_M;
export const FIELD_LENGTH = 54 * FT_TO_M + 3.25 * IN_TO_M;