#include <Point2d.h>
List of all members.
Public Member Functions |
Point2d | exmap (const Eigen::Vector2d &delta) const |
Eigen::VectorXb | is_angle () const |
| Point2d () |
| Point2d (double x, double y) |
| Point2d (const Eigen::Vector2d &vec) |
void | set (double x, double y) |
void | set (const Eigen::Vector2d &v) |
void | set_x (double x) |
void | set_y (double y) |
Eigen::Vector2d | vector () const |
void | write (std::ostream &out) const |
double | x () const |
double | y () const |
Static Public Member Functions |
static const char * | name () |
Static Public Attributes |
static const int | dim = 2 |
static const int | size = 2 |
Private Attributes |
double | _x |
double | _y |
Friends |
std::ostream & | operator<< (std::ostream &out, const Point2d &p) |
Detailed Description
Definition at line 38 of file Point2d.h.
Constructor & Destructor Documentation
Member Function Documentation
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Point2d & |
p |
|
) |
| [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: