#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_ |
typedef boost::shared_ptr<Line2D> jsk_footstep_planner::Line2D::Ptr |
jsk_footstep_planner::Line2D::Line2D | ( | const Eigen::Vector3f & | p, |
const Eigen::Vector3f & | q | ||
) |
Definition at line 40 of file line2d.cpp.
bool jsk_footstep_planner::Line2D::isCrossing | ( | Line2D & | other | ) | [virtual] |
Definition at line 45 of file line2d.cpp.
Eigen::Vector2f jsk_footstep_planner::Line2D::u_ [protected] |
Eigen::Vector2f jsk_footstep_planner::Line2D::v_ [protected] |