#include <line_segment.h>
Definition at line 12 of file line_segment.h.
◆ LineSegment() [1/3]
| collision::LineSegment::LineSegment |
( |
const Eigen::Vector2d & |
point1, |
|
|
const Eigen::Vector2d & |
point2 |
|
) |
| |
|
inline |
◆ LineSegment() [2/3]
◆ LineSegment() [3/3]
| collision::LineSegment::LineSegment |
( |
const LineSegment & |
ls2 | ) |
|
|
inline |
◆ intersect()
| bool collision::LineSegment::intersect |
( |
LineSegment |
segment2, |
|
|
std::vector< Eigen::Vector2d > & |
inters |
|
) |
| const |
|
inline |
◆ point1()
◆ point2()
◆ set_point_1()
◆ set_point_2()
◆ swap()
| void collision::LineSegment::swap |
( |
void |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: