second good build. Joints
This commit is contained in:
22
MbDCode/Joint.cpp.bak
Normal file
22
MbDCode/Joint.cpp.bak
Normal file
@@ -0,0 +1,22 @@
|
||||
#include "Joint.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
Joint::Joint()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Joint::connectsItoJ(std::shared_ptr<EndFramec> frmi, std::shared_ptr<EndFramec> frmj)
|
||||
{
|
||||
frmI = frmi;
|
||||
frmJ = frmj;
|
||||
}
|
||||
|
||||
void Joint::initializeLocally()
|
||||
{
|
||||
}
|
||||
|
||||
void Joint::initializeGlobally()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user