mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 08:13:55 +00:00
Merge pull request #4234 from szabolcsdombi/szabolcsdombi-patch-1
fix missing getTransformB in btMinkowskiSumShape
This commit is contained in:
@@ -43,6 +43,9 @@ public:
|
||||
void setTransformB(const btTransform& transB) { m_transB = transB; }
|
||||
|
||||
const btTransform& getTransformA() const { return m_transA; }
|
||||
const btTransform& getTransformB() const { return m_transB; }
|
||||
|
||||
// keep this for backward compatibility
|
||||
const btTransform& GetTransformB() const { return m_transB; }
|
||||
|
||||
virtual btScalar getMargin() const;
|
||||
|
||||
Reference in New Issue
Block a user