public class MP extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
carLength
Length of cars, in meters
|
static double |
maxVelocity
Maximum car velocity, in meters/second
|
static double |
roadLength
Length of roads, in meters
|
Modifier | Constructor and Description |
---|---|
private |
MP() |
public static double carLength
public static double roadLength
public static double maxVelocity
private MP()