Skip to content
Snippets Groups Projects
Commit a5e6da21 authored by Nicolas Mansard's avatar Nicolas Mansard Committed by Valenza Florian
Browse files

Python: changed SE3 rotation and translation into properties.

parent c70f57b3
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@ namespace se3
.add_property("rotation",&SE3PythonVisitor::getRotation,&SE3PythonVisitor::setRotation)
.add_property("translation",&SE3PythonVisitor::getTranslation,&SE3PythonVisitor::setTranslation)
.def("homogeneous",&SE3_fx::toHomogeneousMatrix)
.def("action",&SE3_fx::toActionMatrix)
.add_property("homogeneous",&SE3_fx::toHomogeneousMatrix)
.add_property("action",&SE3_fx::toActionMatrix)
.def("inverse", &SE3_fx::inverse)
.def("act_point", &SE3PythonVisitor::act_point)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment