#ifndef DUMMYNORMAL_H #define DUMMYNORMAL_H #include class DummyNormal : public Eigen::Vector3f { }; #endif // DUMMYNORMAL_H