Ejemplo n.º 1
0
 public InertiaStamped(Header header, Inertia inertia)
 {
     this.header  = header;
     this.inertia = inertia;
 }
Ejemplo n.º 2
0
 public InertiaStamped()
 {
     this.header  = new Header();
     this.inertia = new Inertia();
 }