Exemplo n.º 1
0
 public emQuaternion(gm.Quaternion shallow)
     : this(shallow.x, shallow.y, shallow.z, shallow.w)
 {
 }
Exemplo n.º 2
0
 public emVector3(gm.Vector3 shallow) : this(shallow.x, shallow.y, shallow.z)
 {
 }
Exemplo n.º 3
0
 public emTransform(gm.TransformStamped msg) : this(new emQuaternion(msg.transform.rotation), new emVector3(msg.transform.translation), msg.header.stamp, msg.header.frame_id, msg.child_frame_id)
 {
 }