viewer fully wrapped, added better type error messages
Former-commit-id: 6732f0f49a
This commit is contained in:
@@ -15,5 +15,9 @@ void assert_is_VectorXd(const std::string name, const Eigen::MatrixXd& v);
|
||||
void assert_is_RowVectorXd(const std::string name, const Eigen::MatrixXd& v);
|
||||
void assert_is_Vector3d(const std::string name, const Eigen::MatrixXd& v);
|
||||
void assert_is_RowVector3d(const std::string name, const Eigen::MatrixXd& v);
|
||||
void assert_is_Vector4d(const std::string name, const Eigen::MatrixXd& v);
|
||||
void assert_is_RowVector4d(const std::string name, const Eigen::MatrixXd& v);
|
||||
void assert_is_Matrix4d(const std::string name, const Eigen::MatrixXd& v);
|
||||
|
||||
|
||||
namespace py = pybind;
|
||||
|
||||
Reference in New Issue
Block a user