#include <se3.hpp>

Classes | |
| struct | Pickle |
Public Types | |
| typedef SE3::Matrix3 | Matrix3 |
| typedef SE3::Matrix4 | Matrix4 |
| typedef SE3::Quaternion | Quaternion |
| typedef SE3::Scalar | Scalar |
| typedef SE3::Vector3 | Vector3 |
Public Member Functions | |
| template<class PyClass > | |
| void | visit (PyClass &cl) const |
Static Public Member Functions | |
| static void | expose () |
Static Private Member Functions | |
| template<typename Spatial > | |
| static Spatial | __mul__ (const SE3 &self, const Spatial &other) |
| static void | setIdentity (SE3 &self) |
| static void | setRandom (SE3 &self) |
Definition at line 50 of file bindings/python/spatial/se3.hpp.
| typedef SE3::Matrix3 pinocchio::python::SE3PythonVisitor< SE3 >::Matrix3 |
Definition at line 54 of file bindings/python/spatial/se3.hpp.
| typedef SE3::Matrix4 pinocchio::python::SE3PythonVisitor< SE3 >::Matrix4 |
Definition at line 56 of file bindings/python/spatial/se3.hpp.
| typedef SE3::Quaternion pinocchio::python::SE3PythonVisitor< SE3 >::Quaternion |
Definition at line 57 of file bindings/python/spatial/se3.hpp.
| typedef SE3::Scalar pinocchio::python::SE3PythonVisitor< SE3 >::Scalar |
Definition at line 53 of file bindings/python/spatial/se3.hpp.
| typedef SE3::Vector3 pinocchio::python::SE3PythonVisitor< SE3 >::Vector3 |
Definition at line 55 of file bindings/python/spatial/se3.hpp.
|
inlinestaticprivate |
Definition at line 212 of file bindings/python/spatial/se3.hpp.
|
inlinestatic |
Definition at line 180 of file bindings/python/spatial/se3.hpp.
|
inlinestaticprivate |
Definition at line 208 of file bindings/python/spatial/se3.hpp.
|
inlinestaticprivate |
Definition at line 209 of file bindings/python/spatial/se3.hpp.
|
inline |
Definition at line 62 of file bindings/python/spatial/se3.hpp.