#include <dxf_to_graph.h>
Public Member Functions | |
Line (Eigen::Vector2d _start, Eigen::Vector2d _end) | |
Line () | |
Public Attributes | |
Eigen::Vector2d | end |
Eigen::Vector2d | start |
Definition at line 38 of file dxf_to_graph.h.
|
inline |
Definition at line 42 of file dxf_to_graph.h.
|
inline |
Definition at line 43 of file dxf_to_graph.h.
Eigen::Vector2d tuw_graph::Line::end |
Definition at line 41 of file dxf_to_graph.h.
Eigen::Vector2d tuw_graph::Line::start |
Definition at line 40 of file dxf_to_graph.h.