Skip to content
Snippets Groups Projects
Commit 53a6a86c authored by Nikhil Ambardar's avatar Nikhil Ambardar
Browse files

Update hand.h

parent a74ea5d1
No related branches found
No related tags found
No related merge requests found
class hand()
#include <vector>
using namespace std;
class hand(): public worldobject
{
double gripperposition;
public:
vector<int> grippos;
//constructor
hand()
{gripperposition=22.25;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment