mbsim-env / mbsim

A multi-body simulation software
https://www.mbsim-env.de
GNU Lesser General Public License v2.1
42 stars 17 forks source link

C++/XML interface missmatch for Translation/Rotation #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The C++ and the XML interface of Translation and Rotation (and derived classes) 
is inconsistent: In c++ a setAbc function should have a <abc> element in XML. 
This is wrong for e.g. <position>. Rework it in a consistent and clean way.

Original issue reported on code.google.com by friedrich.at.gc@googlemail.com on 26 Apr 2013 at 6:42

GoogleCodeExporter commented 9 years ago
Implementation started

Original comment by martin.o...@googlemail.com on 10 May 2013 at 6:53

GoogleCodeExporter commented 9 years ago
Implemented with r2457

Original comment by martin.o...@googlemail.com on 10 May 2013 at 6:54