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