add getPivotInA/getPivotInB

This commit is contained in:
ejcoumans
2007-09-13 07:45:49 +00:00
parent 0bf8124668
commit ab6accefda

View File

@@ -73,6 +73,15 @@ public:
m_pivotInB = pivotB;
}
const btVector3& getPivotInA() const
{
return m_pivotInA;
}
const btVector3& getPivotInB() const
{
return m_pivotInB;
}
};