public class SumoBoundingBox extends Object implements SumoObject
Modifier and Type | Field and Description |
---|---|
double |
x_max |
double |
x_min |
double |
y_max |
double |
y_min |
Constructor and Description |
---|
SumoBoundingBox() |
SumoBoundingBox(double x_min,
double y_min,
double x_max,
double y_max) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |