Helper type for a sequence of three points.
More...
#include <utils.hpp>
|
| | PointSequence (const Eigen::Vector2d &prev, const Eigen::Vector2d ¤t, const Eigen::Vector2d &next) |
| | Constructs a point sequence from three consecutive points.
|
| |
|
| Eigen::Vector2d | prev |
| | previous point
|
| |
| Eigen::Vector2d | current |
| | current point
|
| |
| Eigen::Vector2d | next |
| | next point
|
| |
Helper type for a sequence of three points.
Definition at line 217 of file utils.hpp.
◆ PointSequence()
| lanelet2_route_planning::PointSequence::PointSequence |
( |
const Eigen::Vector2d & | prev, |
|
|
const Eigen::Vector2d & | current, |
|
|
const Eigen::Vector2d & | next ) |
|
inline |
Constructs a point sequence from three consecutive points.
- Parameters
-
| [in] | prev | previous point |
| [in] | current | current point |
| [in] | next | next point |
Definition at line 229 of file utils.hpp.
Eigen::Vector2d next
next point
Eigen::Vector2d prev
previous point
Eigen::Vector2d current
current point
◆ current
| Eigen::Vector2d lanelet2_route_planning::PointSequence::current |
◆ next
| Eigen::Vector2d lanelet2_route_planning::PointSequence::next |
◆ prev
| Eigen::Vector2d lanelet2_route_planning::PointSequence::prev |
The documentation for this struct was generated from the following file:
- lanelet2_route_planning/include/lanelet2_route_planning/utils.hpp