package SharedModel; /** * Constants that are used throughout the program * Created by Erika on 19-Mar-17. */ public class Constants { //Knots x this = meters per second. public static final double KnotsToMetersPerSecondConversionFactor = 0.514444; public static final double wakeScale = 10; }