Exemplo n.º 1
0
//==============================================================================
PlanarJoint::Properties PlanarJoint::getPlanarJointProperties() const
{
  return Properties(getMultiDofJointProperties(), mPlanarP);
}
Exemplo n.º 2
0
//==============================================================================
EulerJoint::Properties EulerJoint::getEulerJointProperties() const
{
  return EulerJoint::Properties(getMultiDofJointProperties(), mEulerP);
}
Exemplo n.º 3
0
//==============================================================================
BallJoint::Properties BallJoint::getBallJointProperties() const
{
  return getMultiDofJointProperties();
}
Exemplo n.º 4
0
//==============================================================================
PlanarJoint::Properties PlanarJoint::getPlanarJointProperties() const
{
  return Properties(getMultiDofJointProperties(),
                    getPlanarJointAddon()->getProperties());
}