#include <sim3.h>
|
| Quaterniond | r |
| |
| double | s |
| |
| Vector3d | t |
| |
Definition at line 41 of file sim3.h.
◆ Sim3() [1/4]
◆ Sim3() [2/4]
| g2o::Sim3::Sim3 |
( |
const Quaterniond & |
r, |
|
|
const Vector3d & |
t, |
|
|
double |
s |
|
) |
| |
|
inline |
◆ Sim3() [3/4]
| g2o::Sim3::Sim3 |
( |
const Matrix3d & |
R, |
|
|
const Vector3d & |
t, |
|
|
double |
s |
|
) |
| |
|
inline |
◆ Sim3() [4/4]
| g2o::Sim3::Sim3 |
( |
const Vector7d & |
update | ) |
|
|
inline |
◆ inverse()
| Sim3 g2o::Sim3::inverse |
( |
| ) |
const |
|
inline |
◆ log()
◆ map()
| Vector3d g2o::Sim3::map |
( |
const Vector3d & |
xyz | ) |
const |
|
inline |
◆ operator*()
| Sim3 g2o::Sim3::operator* |
( |
const Sim3 & |
other | ) |
const |
|
inline |
◆ operator*=()
| Sim3& g2o::Sim3::operator*= |
( |
const Sim3 & |
other | ) |
|
|
inline |
◆ operator[]() [1/2]
| double g2o::Sim3::operator[] |
( |
int |
i | ) |
const |
|
inline |
◆ operator[]() [2/2]
| double& g2o::Sim3::operator[] |
( |
int |
i | ) |
|
|
inline |
◆ rotation() [1/2]
| const Quaterniond& g2o::Sim3::rotation |
( |
| ) |
const |
|
inline |
◆ rotation() [2/2]
| Quaterniond& g2o::Sim3::rotation |
( |
| ) |
|
|
inline |
◆ scale() [1/2]
| const double& g2o::Sim3::scale |
( |
| ) |
const |
|
inline |
◆ scale() [2/2]
| double& g2o::Sim3::scale |
( |
| ) |
|
|
inline |
◆ translation() [1/2]
| const Vector3d& g2o::Sim3::translation |
( |
| ) |
const |
|
inline |
◆ translation() [2/2]
| Vector3d& g2o::Sim3::translation |
( |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: