second good build. Joints
This commit is contained in:
@@ -1 +1,15 @@
|
||||
#include "RevoluteJoint.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
RevoluteJoint::RevoluteJoint() {
|
||||
initialize();
|
||||
}
|
||||
|
||||
RevoluteJoint::RevoluteJoint(const char* str) : Joint(str) {
|
||||
initialize();
|
||||
}
|
||||
|
||||
void RevoluteJoint::initialize()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user