SUMO - Simulation of Urban MObility
libsumo::TraCIBoundary Struct Reference

A 3D-bounding box. More...

#include <TraCIDefs.h>

Collaboration diagram for libsumo::TraCIBoundary:
Collaboration graph

Data Fields

double xMax
 
double xMin
 
double yMax
 
double yMin
 
double zMax
 
double zMin
 

Detailed Description

A 3D-bounding box.

Definition at line 90 of file TraCIDefs.h.

Field Documentation

◆ xMax

double libsumo::TraCIBoundary::xMax

◆ xMin

double libsumo::TraCIBoundary::xMin

◆ yMax

double libsumo::TraCIBoundary::yMax

◆ yMin

double libsumo::TraCIBoundary::yMin

◆ zMax

double libsumo::TraCIBoundary::zMax

Definition at line 92 of file TraCIDefs.h.

Referenced by TraCIAPI::getBoundingBox(), and libsumo::Simulation::getNetBoundary().

◆ zMin

double libsumo::TraCIBoundary::zMin

Definition at line 91 of file TraCIDefs.h.

Referenced by TraCIAPI::getBoundingBox(), and libsumo::Simulation::getNetBoundary().


The documentation for this struct was generated from the following file: