#include <segment_to_graph_node.h>
Public Member Functions | |
PathSeg (Eigen::Vector2d _s, Eigen::Vector2d _e, double _w) | |
Public Attributes | |
Eigen::Vector2d | end |
Eigen::Vector2d | start |
float | width |
Definition at line 42 of file segment_to_graph_node.h.
|
inline |
Definition at line 47 of file segment_to_graph_node.h.
Eigen::Vector2d tuw_graph::PathSeg::end |
Definition at line 45 of file segment_to_graph_node.h.
Eigen::Vector2d tuw_graph::PathSeg::start |
Definition at line 44 of file segment_to_graph_node.h.
float tuw_graph::PathSeg::width |
Definition at line 46 of file segment_to_graph_node.h.