#include <line2d.h>
Public Types | |
typedef boost::shared_ptr< Line2D > | Ptr |
Public Member Functions | |
virtual bool | isCrossing (Line2D &other) |
Line2D (const Eigen::Vector3f &p, const Eigen::Vector3f &q) | |
Protected Attributes | |
Eigen::Vector2f | u_ |
Eigen::Vector2f | v_ |
jsk_footstep_planner::Line2D::Line2D | ( | const Eigen::Vector3f & | p, |
const Eigen::Vector3f & | q | ||
) |
Definition at line 72 of file line2d.cpp.
|
virtual |
Definition at line 77 of file line2d.cpp.