#include <EigenTypes.h>
| cnoid::SE3::SE3 |
( |
const Vector3 & |
translation, |
|
|
const Quat & |
rotation |
|
) |
| |
|
inline |
| cnoid::SE3::SE3 |
( |
const Vector3 & |
translation, |
|
|
const Matrix3 & |
rotation |
|
) |
| |
|
inline |
| Quat& cnoid::SE3::rotation |
( |
| ) |
|
|
inline |
| const Quat& cnoid::SE3::rotation |
( |
| ) |
const |
|
inline |
| void cnoid::SE3::set |
( |
const Vector3 & |
translation, |
|
|
const Quat & |
rotation |
|
) |
| |
|
inline |
| void cnoid::SE3::set |
( |
const Vector3 & |
translation, |
|
|
const Matrix3 & |
R |
|
) |
| |
|
inline |
| void cnoid::SE3::set |
( |
const Position & |
T | ) |
|
|
inline |
| Vector3& cnoid::SE3::translation |
( |
| ) |
|
|
inline |
| const Vector3& cnoid::SE3::translation |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: