|
|
|
@ -8,9 +8,5 @@ public class Constants {
|
|
|
|
|
|
|
|
|
|
|
|
public static final int NMToMetersConversion = 1852; // 1 nautical mile = 1852 meters
|
|
|
|
public static final int NMToMetersConversion = 1852; // 1 nautical mile = 1852 meters
|
|
|
|
|
|
|
|
|
|
|
|
//Knots x this = meters per second.
|
|
|
|
|
|
|
|
public static final double KnotsToMetersPerSecondConversionFactor = 0.514444;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static final double wakeScale = 10;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|