Esempio n. 1
0
 public nodeInfo(nodeInfo p)
 {
     x         = p.x;
     y         = p.y;
     theta     = p.theta;
     v         = p.v;
     w         = p.w;
     timestamp = p.timestamp;
 }
Esempio n. 2
0
 public nodeInfo(nodeInfo p)
 {
     x = p.x;
     y = p.y;
     theta = p.theta;
     v = p.v;
     w = p.w;
     timestamp = p.timestamp;
 }