Final set of fetch methods, for secondary data for the limits.
This commit is contained in:
@@ -283,6 +283,18 @@ public:
|
|||||||
{
|
{
|
||||||
return m_twistSpan;
|
return m_twistSpan;
|
||||||
}
|
}
|
||||||
|
inline btScalar getLimitSoftness() const
|
||||||
|
{
|
||||||
|
return m_limitSoftness;
|
||||||
|
}
|
||||||
|
inline btScalar getBiasFactor() const
|
||||||
|
{
|
||||||
|
return m_biasFactor;
|
||||||
|
}
|
||||||
|
inline btScalar getRelaxationFactor() const
|
||||||
|
{
|
||||||
|
return m_relaxationFactor;
|
||||||
|
}
|
||||||
inline btScalar getTwistAngle() const
|
inline btScalar getTwistAngle() const
|
||||||
{
|
{
|
||||||
return m_twistAngle;
|
return m_twistAngle;
|
||||||
|
|||||||
Reference in New Issue
Block a user