Go to the source code of this file.
Namespaces | |
boost | |
boost::polygon | |
lanelet | |
lanelet::geometry | |
lanelet::geometry::internal | |
Typedefs | |
using | AlignedBasicPoint2d = Eigen::Matrix< double, 2, 1 > |
using | VoronoiPrecision = std::int64_t |
Functions | |
BasicPolygons2d | lanelet::geometry::internal::convexPartition (const BasicPolygon2d &poly) |
IndexedTriangles | lanelet::geometry::internal::triangulate (const BasicPolygon2d &poly) |
using AlignedBasicPoint2d = Eigen::Matrix<double, 2, 1> |
Definition at line 11 of file PolygonTriangulationGeometry.cpp.
using VoronoiPrecision = std::int64_t |
Definition at line 5 of file PolygonTriangulationGeometry.cpp.