| 
    wbc
    
   | 
 
#include <eigen_conversion.h>
Public Member Functions | |
| python_list_to_eigen_quaternion () | |
Static Public Member Functions | |
| static void * | convertible (PyObject *obj_ptr) | 
| static void | construct (PyObject *obj_ptr, py::converter::rvalue_from_python_stage1_data *data) | 
Conversion from a python list to an Eigen Quaternion This convert a list of type T (float32, float64) to an Eigen::Quaternion type The template Quaternion type should be a type as e.g. Eigen::Quaternion<double, Options>
      
  | 
  inline | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic |