#include <se2.h>
Public Member Functions | |
void | fromVector (const Vector3d &v) |
SE2 | inverse () const |
SE2 | operator* (const SE2 &tr2) const |
Vector2d | operator* (const Vector2d &v) const |
SE2 & | operator*= (const SE2 &tr2) |
double | operator[] (int i) const |
double & | operator[] (int i) |
const Rotation2Dd & | rotation () const |
Rotation2Dd & | rotation () |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | SE2 () |
SE2 (double x, double y, double theta) | |
Vector3d | toVector () const |
const Vector2d & | translation () const |
Vector2d & | translation () |
Protected Attributes | |
Rotation2Dd | _R |
Vector2d | _t |
Definition at line 30 of file examples/tutorial_slam2d/se2.h.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW g2o::tutorial::SE2::SE2 | ( | ) | [inline] |
Definition at line 33 of file examples/tutorial_slam2d/se2.h.
g2o::tutorial::SE2::SE2 | ( | double | x, |
double | y, | ||
double | theta | ||
) | [inline] |
Definition at line 35 of file examples/tutorial_slam2d/se2.h.
void g2o::tutorial::SE2::fromVector | ( | const Vector3d & | v | ) | [inline] |
Definition at line 86 of file examples/tutorial_slam2d/se2.h.
SE2 g2o::tutorial::SE2::inverse | ( | void | ) | const [inline] |
Definition at line 64 of file examples/tutorial_slam2d/se2.h.
Definition at line 45 of file examples/tutorial_slam2d/se2.h.
Vector2d g2o::tutorial::SE2::operator* | ( | const Vector2d & | v | ) | const [inline] |
Definition at line 60 of file examples/tutorial_slam2d/se2.h.
Definition at line 53 of file examples/tutorial_slam2d/se2.h.
double g2o::tutorial::SE2::operator[] | ( | int | i | ) | const [inline] |
Definition at line 72 of file examples/tutorial_slam2d/se2.h.
double& g2o::tutorial::SE2::operator[] | ( | int | i | ) | [inline] |
Definition at line 79 of file examples/tutorial_slam2d/se2.h.
const Rotation2Dd& g2o::tutorial::SE2::rotation | ( | ) | const [inline] |
Definition at line 41 of file examples/tutorial_slam2d/se2.h.
Rotation2Dd& g2o::tutorial::SE2::rotation | ( | ) | [inline] |
Definition at line 43 of file examples/tutorial_slam2d/se2.h.
Vector3d g2o::tutorial::SE2::toVector | ( | ) | const [inline] |
Definition at line 90 of file examples/tutorial_slam2d/se2.h.
const Vector2d& g2o::tutorial::SE2::translation | ( | ) | const [inline] |
Definition at line 37 of file examples/tutorial_slam2d/se2.h.
Vector2d& g2o::tutorial::SE2::translation | ( | ) | [inline] |
Definition at line 39 of file examples/tutorial_slam2d/se2.h.
Rotation2Dd g2o::tutorial::SE2::_R [protected] |
Definition at line 99 of file examples/tutorial_slam2d/se2.h.
Vector2d g2o::tutorial::SE2::_t [protected] |
Definition at line 100 of file examples/tutorial_slam2d/se2.h.