#include "RevoluteJoint.h" using namespace MbD; RevoluteJoint::RevoluteJoint() { } RevoluteJoint::RevoluteJoint(const char* str) : Joint(str) { }