9 lines
164 B
C++
9 lines
164 B
C++
#include "ASMTSphericalJoint.h"
|
|
|
|
using namespace MbD;
|
|
|
|
std::shared_ptr<Joint> MbD::ASMTSphericalJoint::mbdClassNew()
|
|
{
|
|
return CREATE<SphericalJoint>::With();
|
|
}
|