#include <boost/variant.hpp>#include "lanelet2_core/geometry/Area.h"#include "lanelet2_core/geometry/BoundingBox.h"#include "lanelet2_core/geometry/Lanelet.h"#include "lanelet2_core/geometry/LineString.h"#include "lanelet2_core/geometry/RegulatoryElement.h"#include "lanelet2_core/primitives/Traits.h"
Go to the source code of this file.
Namespaces | |
| lanelet | |
| lanelet::geometry | |
Functions | |
| BoundingBox2d | lanelet::geometry::boundingBox2d (const RegulatoryElement ®Elem) |
| compute the 2d bounding box around all RuleParameters contained in this RegulatoryElement More... | |
| BoundingBox3d | lanelet::geometry::boundingBox3d (const RegulatoryElement ®Elem) |
| compute the 3d bounding box around all RuleParameters contained in this RegulatoryElement More... | |
| double | lanelet::geometry::distance2d (const RegulatoryElement ®Elem, const BasicPoint2d &p) |
| BoundingBox3d bbox {} |
Definition at line 30 of file RegulatoryElementGeometry.cpp.
| double d {std::numeric_limits<double>::infinity()} |
Definition at line 69 of file RegulatoryElementGeometry.cpp.
| BasicPoint2d pdist |
Definition at line 68 of file RegulatoryElementGeometry.cpp.