Skip to content
Snippets Groups Projects
Select Git revision
  • 7bf7e6faac2813365f5847ddf4635093b20f5aaf
  • master default
2 results

quaternion.h

Blame
  • quaternion.h 185 B
    #include <vector>
    #ifndef ROBOT_MODELS_Q_H
    #define ROBOT_MODELS_Q_H
    
    class quaternion
    {
    public:
         float x,y,z,w;
    
    
         //no need of constructor here
    
    };
    #endif //ROBOT_MODELS_TEST_H