Skip to content
Snippets Groups Projects
Select Git revision
  • 7f1f70f77d89a2a5f4564d4424f862b018cfe13f
  • master default protected
  • artefact-eval
  • modelica
  • visibilityscopes
  • scopetree
  • similarCfg
  • wip-reusable
8 results

settings.gradle

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