Searched refs:newChildTransform (Results 1 – 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btCompoundShape.java | 124 …public void updateChildTransform(int childIndex, Matrix4 newChildTransform, boolean shouldRecalcul… in updateChildTransform() argument 125 …poundShape_updateChildTransform__SWIG_0(swigCPtr, this, childIndex, newChildTransform, shouldRecal… in updateChildTransform() 128 public void updateChildTransform(int childIndex, Matrix4 newChildTransform) { in updateChildTransform() argument 129 …ionJNI.btCompoundShape_updateChildTransform__SWIG_1(swigCPtr, this, childIndex, newChildTransform); in updateChildTransform()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btCompoundShape.cpp | 90 void btCompoundShape::updateChildTransform(int childIndex, const btTransform& newChildTransform,boo… in updateChildTransform() argument 92 m_children[childIndex].m_transform = newChildTransform; in updateChildTransform() 98 m_children[childIndex].m_childShape->getAabb(newChildTransform,localAabbMin,localAabbMax); in updateChildTransform()
|
D | btCompoundShape.h | 109 …void updateChildTransform(int childIndex, const btTransform& newChildTransform, bool shouldRecalcu… in ATTRIBUTE_ALIGNED16()
|