g2o
Loading...
Searching...
No Matches
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 Vector2 &v)
 

Detailed Description

Definition at line 38 of file line_2d.h.

Constructor & Destructor Documentation

◆ Line2D() [1/2]

EIGEN_MAKE_ALIGNED_OPERATOR_NEW g2o::Line2D::Line2D ( )
inline

Definition at line 40 of file line_2d.h.

40{ setZero(); }

◆ Line2D() [2/2]

g2o::Line2D::Line2D ( const Vector2 v)
inline

Definition at line 41 of file line_2d.h.

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

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