|
lanelet2_route_planning v2.0.0
|
Return type of projectPointToLineStringAlongAxis. More...
#include <geometry.hpp>
Public Attributes | |
| Eigen::Vector2d | projected_point |
| intersection point | |
| bool | found_intersection_with_line_segment |
| whether intersection is on line segment | |
Return type of projectPointToLineStringAlongAxis.
Definition at line 133 of file geometry.hpp.
| bool lanelet2_route_planning::ProjectPointToLineStringAlongAxisResult::found_intersection_with_line_segment |
whether intersection is on line segment
Definition at line 135 of file geometry.hpp.
| Eigen::Vector2d lanelet2_route_planning::ProjectPointToLineStringAlongAxisResult::projected_point |
intersection point
Definition at line 134 of file geometry.hpp.