py_typedefs.h 234 B

12345
  1. typedef std::vector<Eigen::Quaterniond,Eigen::aligned_allocator<Eigen::Quaterniond> > RotationList;
  2. PYBIND11_MAKE_OPAQUE(RotationList);
  3. //typedef std::vector<Eigen::Vector3d> TranslationList;
  4. //PYBIND11_MAKE_OPAQUE(TranslationList);