From a9554a9002ccc6f4baf8e9f762c2d3fb87435da3 Mon Sep 17 00:00:00 2001 From: Nikhil Ambardar <202-nikaviator@users.noreply.git-st.inf.tu-dresden.de> Date: Thu, 3 Sep 2020 13:07:48 +0000 Subject: [PATCH] Update worldobject.h --- src/datalink/worldobject.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/datalink/worldobject.h b/src/datalink/worldobject.h index 5d6e8b2..d95ed51 100644 --- a/src/datalink/worldobject.h +++ b/src/datalink/worldobject.h @@ -1,7 +1,11 @@ -class worldobject() +#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 -} \ No newline at end of file + //no need of constructor here + +} -- GitLab