![]() |
SUMO - Simulation of Urban MObility
|
A 3D-bounding box. More...
#include <TraCIDefs.h>
Data Fields | |
double | xMax |
double | xMin |
double | yMax |
double | yMin |
double | zMax |
double | zMin |
A 3D-bounding box.
Definition at line 90 of file TraCIDefs.h.
double libsumo::TraCIBoundary::xMax |
Definition at line 92 of file TraCIDefs.h.
Referenced by TraCIAPI::getBoundingBox(), libsumo::Simulation::getNetBoundary(), and TraCIServerAPI_Simulation::processGet().
double libsumo::TraCIBoundary::xMin |
Definition at line 91 of file TraCIDefs.h.
Referenced by TraCIAPI::getBoundingBox(), libsumo::Simulation::getNetBoundary(), and TraCIServerAPI_Simulation::processGet().
double libsumo::TraCIBoundary::yMax |
Definition at line 92 of file TraCIDefs.h.
Referenced by TraCIAPI::getBoundingBox(), libsumo::Simulation::getNetBoundary(), and TraCIServerAPI_Simulation::processGet().
double libsumo::TraCIBoundary::yMin |
Definition at line 91 of file TraCIDefs.h.
Referenced by TraCIAPI::getBoundingBox(), libsumo::Simulation::getNetBoundary(), and TraCIServerAPI_Simulation::processGet().
double libsumo::TraCIBoundary::zMax |
Definition at line 92 of file TraCIDefs.h.
Referenced by TraCIAPI::getBoundingBox(), and libsumo::Simulation::getNetBoundary().
double libsumo::TraCIBoundary::zMin |
Definition at line 91 of file TraCIDefs.h.
Referenced by TraCIAPI::getBoundingBox(), and libsumo::Simulation::getNetBoundary().