|
SUMO - Simulation of Urban MObility
|
A 3D-bounding box. More...
#include <TraCIAPI.h>
Data Fields | |
| double | xMax |
| double | xMin |
| double | yMax |
| double | yMin |
| double | zMax |
| double | zMin |
A 3D-bounding box.
Definition at line 79 of file TraCIAPI.h.
| double TraCIAPI::TraCIBoundary::xMax |
Definition at line 81 of file TraCIAPI.h.
Referenced by TraCIAPI::getBoundingBox().
| double TraCIAPI::TraCIBoundary::xMin |
Definition at line 80 of file TraCIAPI.h.
Referenced by TraCIAPI::getBoundingBox().
| double TraCIAPI::TraCIBoundary::yMax |
Definition at line 81 of file TraCIAPI.h.
Referenced by TraCIAPI::getBoundingBox().
| double TraCIAPI::TraCIBoundary::yMin |
Definition at line 80 of file TraCIAPI.h.
Referenced by TraCIAPI::getBoundingBox().
| double TraCIAPI::TraCIBoundary::zMax |
Definition at line 81 of file TraCIAPI.h.
Referenced by TraCIAPI::getBoundingBox().
| double TraCIAPI::TraCIBoundary::zMin |
Definition at line 80 of file TraCIAPI.h.
Referenced by TraCIAPI::getBoundingBox().