Template Function lanelet::geometry::rightOf(const Lanelet1T&, const Lanelet2T&)
Defined in File Lanelet.h
Function Documentation
-
template<typename Lanelet1T, typename Lanelet2T>
IfLL<Lanelet1T, IfLL<Lanelet2T, bool>> lanelet::geometry::rightOf(const Lanelet1T &right, const Lanelet2T &left) checks if a lanelet is direcly right of another by checking if they share the same boundary
Be aware that the orientation of the lanelets (see Lanelet::invert()) is important.