Home
last modified time | relevance | path

Searched defs:getInvInertiaTensorWorld (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtRigidBodyDoubleData.java75 public SWIGTYPE_p_btMatrix3x3DoubleData getInvInertiaTensorWorld() { in getInvInertiaTensorWorld() method in btRigidBodyDoubleData
DbtRigidBodyFloatData.java75 public SWIGTYPE_p_btMatrix3x3FloatData getInvInertiaTensorWorld() { in getInvInertiaTensorWorld() method in btRigidBodyFloatData
DbtRigidBody.java446 public Matrix3 getInvInertiaTensorWorld() { in getInvInertiaTensorWorld() method in btRigidBody
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtRigidBody.h271 const btMatrix3x3& getInvInertiaTensorWorld() const { in getInvInertiaTensorWorld() function