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

Update worldobject.h

parent 88ba9545
No related branches found
No related tags found
No related merge requests found
#include <vector>
using namespace std;
class worldobject()
{
double coordinate_pos,coordinate_hand,coordinate_orientn;
protected:
vector<int> p1,o2,h3;
//no need of constructor here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment