g2o
Public Member Functions | List of all members
g2o::Line2D Struct Reference

#include <line_2d.h>

Inheritance diagram for g2o::Line2D:
Inheritance graph
[legend]
Collaboration diagram for g2o::Line2D:
Collaboration graph
[legend]

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW Line2D ()
 
 Line2D (const Vector2D &v)
 

Detailed Description

Definition at line 37 of file line_2d.h.

Constructor & Destructor Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW g2o::Line2D::Line2D ( )
inline

Definition at line 39 of file line_2d.h.

39  {
40  setZero();
41  }
g2o::Line2D::Line2D ( const Vector2D v)
inline

Definition at line 42 of file line_2d.h.

42  {
43  (*this)(0) = v(0);
44  (*this)(1) = v(1);
45  }

The documentation for this struct was generated from the following file: